Proprietà IVsHierarchyItemIdentity.IsRoot
Gets whether the item is the root of its IVsHierarchy.
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsRoot As Boolean
bool IsRoot { get; }
Valore proprietà
Tipo: System.Boolean
true if the item is the root of a hierarchy, otherwise false.
Note
The root of a specific IVsHierarchy does not necessarily indicate the root of the entire tree.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.