Sdílet prostřednictvím


XamlToggleButton.Indeterminate – vlastnost

Získá nebo nastaví stav neurčitosti tohoto přepínacího tlačítka.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Sestavení:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Deklarace
Public Overridable Property Indeterminate As Boolean
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)

Hodnota vlastnosti

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

XamlToggleButton Třída

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls – obor názvů