Condividi tramite


Proprietà WinCheckBoxTreeItem.Expanded

Ottiene o imposta un valore che indica se l'elemento albero è espanso.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'elemento albero è espanso, in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WinCheckBoxTreeItem Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting.WinControls