IVsHierarchyItem::AreChildrenRealized Property
Visual Studio 2015
Indicates whether the child items of an IVsHierarchyItem have already been enumerated.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Property Value
Type: System::Booleantrue if the child items have already been enumerated, otherwise false.
This property can be used to determine if the enumeration of the child items of the hierarchy item has not already occurred and therefore will incur the cost of accessing the IVsHierarchy, or whether the Children property will return an already-populated collection.
Show: