Events2.SelectionEvents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.