Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
newItems As IList, _
oldItems As IList, _
startingIndex As Integer _
)
public HierarchyItemCollectionChangedEventArgs(
uint hierarchyManipulationState,
NotifyCollectionChangedAction action,
IList newItems,
IList oldItems,
int startingIndex
)
public:
HierarchyItemCollectionChangedEventArgs(
unsigned int hierarchyManipulationState,
NotifyCollectionChangedAction action,
IList^ newItems,
IList^ oldItems,
int startingIndex
)
new :
hierarchyManipulationState:uint32 *
action:NotifyCollectionChangedAction *
newItems:IList *
oldItems:IList *
startingIndex:int -> HierarchyItemCollectionChangedEventArgs
public function HierarchyItemCollectionChangedEventArgs(
hierarchyManipulationState : uint,
action : NotifyCollectionChangedAction,
newItems : IList,
oldItems : IList,
startingIndex : int
)
Parameters
- hierarchyManipulationState
Type: UInt32
- action
Type: NotifyCollectionChangedAction
- newItems
Type: IList
- oldItems
Type: IList
- startingIndex
Type: 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