Proprietà IVsHierarchyItemIdentity.IsNestedItem
Gets whether this item is a nested item or not.
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 IsNestedItem As Boolean
bool IsNestedItem { get; }
Valore proprietà
Tipo: System.Boolean
true if the item is a nested item, otherwise false.
Note
A nested item has a different Hierarchy / ItemID and NestedHierarchy / NestedItemID representing two item identifiers that are logically the same item. Non-nested items have identical Hierarchy / ItemID and NestedHierarchy / NestedItemID.
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.