HierarchyItemEventArgs Class
Provides event arguments that are used by AfterInvalidateItems and OnItemAdded events to denote which specific item was invalidated or added.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Shell.HierarchyItemEventArgs
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class HierarchyItemEventArgs _
Inherits EventArgs
[CLSCompliantAttribute(false)]
public class HierarchyItemEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class HierarchyItemEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type HierarchyItemEventArgs =
class
inherit EventArgs
end
public class HierarchyItemEventArgs extends EventArgs
The HierarchyItemEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HierarchyItemEventArgs | Initializes a new instance of the HierarchyItemEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets the hierarchy item containing either the invalidated items or the item that was added. |
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.