Freigeben über


MediaAction.Mute-Eigenschaft

Übernimmt oder bestimmt den Mute-Wert.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

MediaAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace