Events2.SelectionEvents Propriété

Définition

Obtient le SelectionEvents pour la sélection.

public:
 property EnvDTE::SelectionEvents ^ SelectionEvents { EnvDTE::SelectionEvents ^ get(); };
public:
 property EnvDTE::SelectionEvents ^ SelectionEvents { EnvDTE::SelectionEvents ^ get(); };
[System.Runtime.InteropServices.DispId(301)]
public EnvDTE.SelectionEvents SelectionEvents { [System.Runtime.InteropServices.DispId(301)] get; }
[<System.Runtime.InteropServices.DispId(301)>]
[<get: System.Runtime.InteropServices.DispId(301)>]
member this.SelectionEvents : EnvDTE.SelectionEvents
Public ReadOnly Property SelectionEvents As SelectionEvents

Valeur de propriété

SelectionEvents

Objet SelectionEvents.

Implémente

Attributs

Remarques

Chaque fois qu’un élément est sélectionné dans l’environnement de développement, l’environnement crée un modèle de la sélection. Dans ce cas, les événements fournis par l' Events objet notifient la SelectedItems mise à jour de la collection.

S’applique à