Class MediaElementAutomationPeer
Exposes Media
Inheritance
System.Object
MediaElementAutomationPeer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
public class MediaElementAutomationPeer : FrameworkElementAutomationPeer, IDependencyObject
Constructors
| Improve this Doc View SourceMediaElementAutomationPeer(MediaElement)
Initializes a new instance of the Media
Declaration
public MediaElementAutomationPeer(MediaElement owner)
Parameters
Type | Name | Description |
---|---|---|
Media |
owner | The Media |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with this Media
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
Automation |
A value of the enumeration |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Gets the name of the class that is associated with this Media
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System. |
The class name. |