IVsHierarchyItem.Children Property

Definition

Gets the child items of this IVsHierarchyItem.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::IVsHierarchyItem ^> ^ Children { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::IVsHierarchyItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.IVsHierarchyItem> Children { get; }
member this.Children : seq<Microsoft.VisualStudio.Shell.IVsHierarchyItem>
Public ReadOnly Property Children As IEnumerable(Of IVsHierarchyItem)

Property Value

The child items of the hierarchy item.

Remarks

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

Applies to