Partager via


IVsHierarchyItem.Children, propriété

Gets the child items of this IVsHierarchyItem.

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 Children As IEnumerable(Of IVsHierarchyItem)
IEnumerable<IVsHierarchyItem> Children { get; }

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IVsHierarchyItem>
The child items of the hierarchy item.

Remarques

If the items have not been previously enumerated, accessing this property incurs the cost of enumerating those items in the underlying IVsHierarchy.

Sécurité .NET Framework

Voir aussi

Référence

IVsHierarchyItem Interface

Microsoft.VisualStudio.Shell, espace de noms