MediaAction.Mute Propriedade
Obtém ou define o valor de mudo.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
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
Valor de propriedade
Type: System.Boolean
Retorne Boolean.
Consulte também
Classe MediaAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo