Events.CommandBarEvents, propriété
Obtient un objet fournissant des événements déclenchés lorsque l'objet CommandBarControl fourni fait l'objet d'un clic.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
ReadOnly Property CommandBarEvents ( _
CommandBarControl As Object _
) As Object
Object this[
Object CommandBarControl
] { get; }
property Object^ CommandBarEvents[[InAttribute] Object^ CommandBarControl] {
Object^ get ([InAttribute] Object^ CommandBarControl);
}
abstract CommandBarEvents :
CommandBarControl:Object -> Object with get
JScript ne prend pas en charge les propriétés indexées.
Paramètres
CommandBarControl
Type : ObjectObligatoire. Contrôle CommandBar qui provoque le déclenchement de l'événement.
Valeur de propriété
Type : Object
Objet CommandBarEvents.
Notes
La propriété CommandBarEvents est utilisée par un complément pour connecter un événement avec un clic d'un objet Microsoft.VisualStudio.CommandBars.CommandBarControl, ou se connecter à l'événement Click de tout membre de la collection Microsoft.VisualStudio.CommandBars.CommandBarControls.
Le complément doit définir la propriété OnAction à une valeur de chaîne. Il peut définir cette valeur après l'appel de la propriété CommandBarEvents, et peut la rétablir à une chaîne vide, qui déconnecte l'événement. Si un complément crée un contrôle et n'affecte pas une valeur de chaîne valide à la propriété OnAction, aucun événement n'est déclenché sur l'objet événement retourné par la propriété CommandBarEvents.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.