Share via


HtmlMedia.Seeking Property

Gets the seeking 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 Seeking As Boolean
public virtual bool Seeking { get; }
public:
virtual property bool Seeking {
    bool get ();
}
abstract Seeking : bool with get 
override Seeking : bool with get
function get Seeking () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HtmlMedia Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace