Condividi tramite


Proprietà IVsHierarchyItem.Children

Gets the child items of this IVsHierarchyItem.

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

Valore proprietà

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

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsHierarchyItem Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Shell