MediaAction.Mute 属性

 

获取或设置静音的值。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public bool Mute { get; set; }
public:
property bool Mute {
    bool get();
    void set(bool value);
}
member Mute : bool with get, set
Public Property Mute As Boolean

属性值

Type: System.Boolean

返回 Boolean

请参阅

MediaAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首