Partilhar via


MediaAction.Volume Propriedade

 

Obtém ou define o volume.

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

Sintaxe

public float Volume { get; set; }
public:
property float Volume {
    float get();
    void set(float value);
}
member Volume : float32 with get, set
Public Property Volume As Single

Valor de propriedade

Type: System.Single

Retorne Single.

Consulte também

Classe MediaAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo