Share via


HtmlMedia.Ended Property

Gets the ended state of the media.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Ended As Boolean
public virtual bool Ended { get; }
public:
virtual property bool Ended {
    bool get ();
}
abstract Ended : bool with get 
override Ended : bool with get
function get Ended () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HtmlMedia Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace