HierarchyItemCollectionChangedEventArgs Constructor (UInt32, NotifyCollectionChangedAction, IList, Int32, Int32)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
hierarchyManipulationState As UInteger, _
action As NotifyCollectionChangedAction, _
changedItems As IList, _
index As Integer, _
oldIndex As Integer _
)
public HierarchyItemCollectionChangedEventArgs(
uint hierarchyManipulationState,
NotifyCollectionChangedAction action,
IList changedItems,
int index,
int oldIndex
)
public:
HierarchyItemCollectionChangedEventArgs(
unsigned int hierarchyManipulationState,
NotifyCollectionChangedAction action,
IList^ changedItems,
int index,
int oldIndex
)
new :
hierarchyManipulationState:uint32 *
action:NotifyCollectionChangedAction *
changedItems:IList *
index:int *
oldIndex:int -> HierarchyItemCollectionChangedEventArgs
public function HierarchyItemCollectionChangedEventArgs(
hierarchyManipulationState : uint,
action : NotifyCollectionChangedAction,
changedItems : IList,
index : int,
oldIndex : int
)
Parameters
- hierarchyManipulationState
Type: System.UInt32
- changedItems
Type: System.Collections.IList
- index
Type: System.Int32
- oldIndex
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
HierarchyItemCollectionChangedEventArgs Class