HtmlMedia::PropertyNames Class
Contains property names of HtmlMedia.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlMedia::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlVideo::PropertyNames
| Name | Description | |
|---|---|---|
![]() | HtmlMedia::PropertyNames() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AutoPlay | Gets the value of the autoplay attribute of the media. Data-type: System.Boolean |
![]() ![]() | Controls | Gets the value of the controls attribute of the media. Data-type: System.Boolean |
![]() ![]() | CurrentSrc | Gets the current source of the media. Data-type: System.String |
![]() ![]() | CurrentTime | Gets the current time of the media. Data-type: System.TimeSpan |
![]() ![]() | CurrentTimeAsString | Gets the current time of the media as a string. Data-type: System.String |
![]() ![]() | Duration | Gets the duration of the media. Data-type: System.TimeSpan |
![]() ![]() | DurationAsString | Gets the duration of the media as a string. Data-type: string |
![]() ![]() | Ended | Gets the ended state of the media. Data-type: System.Boolean |
![]() ![]() | Loop | Gets the value of the loop attribute of the media. Data-type: System.Boolean |
![]() ![]() | Muted | Gets the muted state of the media. Data-type: System.Boolean |
![]() ![]() | Paused | Gets the paused state of the media. Data-type: System.Boolean |
![]() ![]() | PlaybackRate | Gets or sets the playback rate of the media. Data-type: float |
![]() ![]() | ReadyState | Gets the ready state value of the media. Data-type: int |
![]() ![]() | Seeking | Gets the seeking state of the media. Data-type: System.Boolean |
![]() ![]() | Src | Gets the value of the src attribute of the media. Can be used for search. Data-type: System.String |
![]() ![]() | Volume | Gets the current volume of the media. Data-type: float |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



