IHTMLMediaElement.muted 属性

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

语法

声明
Property muted As Boolean
bool muted { get; set; }
property bool muted {
    bool get ();
    void set (bool value);
}
abstract muted : bool with get, set
function get muted () : boolean
function set muted (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IHTMLMediaElement 接口

mshtml 命名空间