共用方式為


MediaAction.Mute 屬性

取得或設定靜音的值。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

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

屬性值

類型:Boolean
傳回 Boolean

.NET Framework 安全性

請參閱

參考

MediaAction 類別

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間