IVsHierarchyItemIdentity::IsNestedItem Property

 

Gets whether this item is a nested item or not.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property bool IsNestedItem {
	bool get();
}

Property Value

Type: System::Boolean

true if the item is a nested item, otherwise false.

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.

Return to top
Show: