IVsHierarchyItem::Children Property
Visual Studio 2015
Gets the child items of this IVsHierarchyItem.
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.
Show: