Share via


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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HierarchyItemCollectionChangedEventArgs Classe

Overload HierarchyItemCollectionChangedEventArgs

Spazio dei nomi Microsoft.VisualStudio.Shell