Classe HierarchyItemEventArgs
Provides event arguments that are used by AfterInvalidateItems and OnItemAdded events to denote which specific item was invalidated or added.
Questa API non è conforme a CLS.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.VisualStudio.Shell.HierarchyItemEventArgs
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
<CLSCompliantAttribute(False)> _
Public Class HierarchyItemEventArgs _
Inherits EventArgs
[CLSCompliantAttribute(false)]
public class HierarchyItemEventArgs : EventArgs
Il tipo HierarchyItemEventArgs espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
HierarchyItemEventArgs | Initializes a new instance of the HierarchyItemEventArgs class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Item | Gets the hierarchy item containing either the invalidated items or the item that was added. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) |
![]() |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) |
![]() |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) |
![]() |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
![]() |
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) |
![]() |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.