IVsHierarchyItemIdentity::IsRoot Property

 

Gets whether the item is the root of its IVsHierarchy.

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

property bool IsRoot {
	bool get();
}

Property Value

Type: System::Boolean

true if the item is the root of a hierarchy, otherwise false.

The root of a specific IVsHierarchy does not necessarily indicate the root of the entire tree.

Return to top
Show: