WinCheckBoxTreeItem.Indeterminate-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Zustand dieses Kontrollkästchens unbestimmt ist, oder legt diesen fest.

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

Syntax

'Declaration
Public Overridable Property Indeterminate As Boolean
    Get
    Set
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
    bool get ();
    void set (bool value);
}
abstract Indeterminate : bool with get, set
override Indeterminate : bool with get, set
function get Indeterminate () : boolean
function set Indeterminate (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true, wenn der Zustand des Kontrollkästchens unbestimmt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinCheckBoxTreeItem Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace