Condividi tramite


Proprietà IVsHierarchyItem.AreChildrenRealized

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

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Sintassi

'Dichiarazione
ReadOnly Property AreChildrenRealized As Boolean
bool AreChildrenRealized { get; }

Valore proprietà

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

Note

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.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsHierarchyItem Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Shell