IHTMLMediaElement.currentTime 属性

命名空间:  mshtml
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Property currentTime As Single
float currentTime { get; set; }
property float currentTime {
    float get ();
    void set (float value);
}
abstract currentTime : float32 with get, set
function get currentTime () : float
function set currentTime (value : float)

属性值

类型:System.Single

.NET Framework 安全性

请参见

参考

IHTMLMediaElement 接口

mshtml 命名空间