IVsHierarchyItem::Children Property

 

Gets the child items of this IVsHierarchyItem.

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

property IEnumerable<IVsHierarchyItem^>^ Children {
	IEnumerable<IVsHierarchyItem^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IVsHierarchyItem^>^

The child items of the hierarchy item.

If the items have not been previously enumerated, accessing this property incurs the cost of enumerating those items in the underlying IVsHierarchy.

Return to top
Show: