IVsHierarchyItem.AreChildrenRealized 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.
Indicates whether the child items of an IVsHierarchyItem have already been enumerated.
public:
property bool AreChildrenRealized { bool get(); };
public:
property bool AreChildrenRealized { bool get(); };
public bool AreChildrenRealized { get; }
member this.AreChildrenRealized : bool
Public ReadOnly Property AreChildrenRealized As Boolean
Property Value
true
if the child items have already been enumerated, otherwise false
.
Remarks
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.