IVsHierarchyItem.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.