HtmlProgressBar.Value-Eigenschaft

Ruft den Wert der Statusanzeige als Gleitkommawert ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Single
public float Value { get; }
public:
property float Value {
    float get ();
}
member Value : float32 with get
function get Value () : float

Eigenschaftswert

Typ: System.Single
Gibt Single zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlProgressBar Klasse

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace