HierarchyItemCollectionChangedEventArgs Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Collections.Specialized.NotifyCollectionChangedEventArgs
Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
‘선언
<CLSCompliantAttribute(False)> _
Public Class HierarchyItemCollectionChangedEventArgs _
Inherits NotifyCollectionChangedEventArgs
[CLSCompliantAttribute(false)]
public class HierarchyItemCollectionChangedEventArgs : NotifyCollectionChangedEventArgs
The HierarchyItemCollectionChangedEventArgs type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
Action | Gets the action that caused the event. (Inherited from NotifyCollectionChangedEventArgs.) | |
HierarchyManipulationState | Infrastructure. | |
NewItems | Gets the list of new items involved in the change. (Inherited from NotifyCollectionChangedEventArgs.) | |
NewStartingIndex | Gets the index at which the change occurred. (Inherited from NotifyCollectionChangedEventArgs.) | |
OldItems | Gets the list of items affected by a Replace, Remove, or Move action. (Inherited from NotifyCollectionChangedEventArgs.) | |
OldStartingIndex | Gets the index at which a Move, Remove, or Replace action occurred. (Inherited from NotifyCollectionChangedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.