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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.