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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.