ToolStripItem.Command Propriété

Définition

Notes

Pour utiliser cette API en préversion, vous devez activer les fonctionnalités d’évaluation dans votre projet en définissant la propriété EnablePreviewFeatures sur True dans votre fichier projet. Pour plus d’informations, consultez https://aka.ms/dotnet-preview-features.

Obtient ou définit le dont Execute(Object) la ICommand méthode sera appelée lorsque l’événement de Click ToolStripItem est appelé.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.Runtime.Versioning.RequiresPreviewFeatures]
public System.Windows.Input.ICommand Command { get; set; }
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public System.Windows.Input.ICommand? Command { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
member this.Command : System.Windows.Input.ICommand with get, set
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

Valeur de propriété

Attributs

S’applique à