HtmlMedia.CurrentTimeAsString Property
Gets the current playing time of the media as string.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CurrentTimeAsString As String
public virtual string CurrentTimeAsString { get; }
public:
virtual property String^ CurrentTimeAsString {
String^ get ();
}
abstract CurrentTimeAsString : string with get
override CurrentTimeAsString : string with get
function get CurrentTimeAsString () : String
Property Value
Type: String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace