IVsHierarchyItem::AreChildrenRealized Property

 

Indicates whether the child items of an IVsHierarchyItem have already been enumerated.

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

property bool AreChildrenRealized {
	bool get();
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: