Costruttore HierarchyItemCollectionChangedEventArgs (UInt32, NotifyCollectionChangedAction, IList, IList, Int32)
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
hierarchyManipulationState As UInteger, _
action As NotifyCollectionChangedAction, _
newItems As IList, _
oldItems As IList, _
startingIndex As Integer _
)
public HierarchyItemCollectionChangedEventArgs(
uint hierarchyManipulationState,
NotifyCollectionChangedAction action,
IList newItems,
IList oldItems,
int startingIndex
)
Parametri
- hierarchyManipulationState
Tipo: System.UInt32
- newItems
Tipo: System.Collections.IList
- oldItems
Tipo: System.Collections.IList
- startingIndex
Tipo: System.Int32
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.
Vedere anche
Riferimenti
HierarchyItemCollectionChangedEventArgs Classe