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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.