Condividi tramite


Proprietà IVsDataExplorerNode.HasBeenExpanded

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

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

Sintassi

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

Valore proprietà

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

Note

Questo metodo determina se il nodo è stato espanso verificando la presenza di nodi figlio.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNode Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services