Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlMedia::PropertyNames Class

 

Contains property names of HtmlMedia.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)


[CLSCompliantAttribute(true)]
public ref class PropertyNames abstract : HtmlControl::PropertyNames

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAutoPlay

Gets the value of the autoplay attribute of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticControls

Gets the value of the controls attribute of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticCurrentSrc

Gets the current source of the media.

Data-type: System.String

System_CAPS_pubfieldSystem_CAPS_staticCurrentTime

Gets the current time of the media.

Data-type: System.TimeSpan

System_CAPS_pubfieldSystem_CAPS_staticCurrentTimeAsString

Gets the current time of the media as a string.

Data-type: System.String

System_CAPS_pubfieldSystem_CAPS_staticDuration

Gets the duration of the media.

Data-type: System.TimeSpan

System_CAPS_pubfieldSystem_CAPS_staticDurationAsString

Gets the duration of the media as a string.

Data-type: string

System_CAPS_pubfieldSystem_CAPS_staticEnded

Gets the ended state of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticLoop

Gets the value of the loop attribute of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticMuted

Gets the muted state of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticPaused

Gets the paused state of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticPlaybackRate

Gets or sets the playback rate of the media.

Data-type: float

System_CAPS_pubfieldSystem_CAPS_staticReadyState

Gets the ready state value of the media.

Data-type: int

System_CAPS_pubfieldSystem_CAPS_staticSeeking

Gets the seeking state of the media.

Data-type: System.Boolean

System_CAPS_pubfieldSystem_CAPS_staticSrc

Gets the value of the src attribute of the media.

Can be used for search.

Data-type: System.String

System_CAPS_pubfieldSystem_CAPS_staticVolume

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.

Return to top
Show: