HierarchyItemCollectionChangedEventArgs, classe

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Cette API n'est pas conforme CLS. 

Hiérarchie d'héritage

System.Object
  System.EventArgs
    System.Collections.Specialized.NotifyCollectionChangedEventArgs
      Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Class HierarchyItemCollectionChangedEventArgs _
    Inherits NotifyCollectionChangedEventArgs
[CLSCompliantAttribute(false)]
public class HierarchyItemCollectionChangedEventArgs : NotifyCollectionChangedEventArgs

Le type HierarchyItemCollectionChangedEventArgs expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList, Int32) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32, Int32) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32, Int32) Infrastructure.
Méthode publique HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object, Int32) Infrastructure.

Début

Propriétés

  Nom Description
Propriété publique Action Obtient l'action qui a déclenché l'événement. (Hérité de NotifyCollectionChangedEventArgs.)
Propriété publique HierarchyManipulationState Infrastructure.
Propriété publique NewItems Obtient la liste des nouveaux éléments impliqués dans la modification. (Hérité de NotifyCollectionChangedEventArgs.)
Propriété publique NewStartingIndex Obtient l'index auquel la modification s'est produite. (Hérité de NotifyCollectionChangedEventArgs.)
Propriété publique OldItems Obtient la liste des éléments affectés par une action Replace, Remove ou Move. (Hérité de NotifyCollectionChangedEventArgs.)
Propriété publique OldStartingIndex Obtient l'index sur lequel une action Move, Remove ou Replace s'est produite. (Hérité de NotifyCollectionChangedEventArgs.)

Début

Méthodes

  Nom Description
Méthode publique Equals Détermine si l'objet Object spécifié est égal à l'objet Object actuel. (Hérité de Object.)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publique GetHashCode Sert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode protégée MemberwiseClone Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.)
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.VisualStudio.Shell, espace de noms