Condividi tramite


Proprietà IVsDataExplorerNode.IsExpanded

Ottiene un valore che indica se il nodo corrente è espanso.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsExpanded As Boolean
bool IsExpanded { get; }
property bool IsExpanded {
    bool get ();
}
abstract IsExpanded : bool with get
function get IsExpanded () : boolean

Valore proprietà

Tipo: Boolean
true se il nodo è espanso; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNode Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services