Share via


IVsHierarchyItem.AreChildrenRealized, propriété

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

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
ReadOnly Property AreChildrenRealized As Boolean
bool AreChildrenRealized { get; }

Valeur de propriété

Type : System.Boolean
true if the child items have already been enumerated, otherwise false.

Remarques

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.

Sécurité .NET Framework

Voir aussi

Référence

IVsHierarchyItem Interface

Microsoft.VisualStudio.Shell, espace de noms