SplitButton.CommandParameter 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 ou définit le paramètre à passer à la propriété Command .
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.SplitButton.CommandParameter (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
public:
property Platform::Object ^ CommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CommandParameter();
void CommandParameter(IInspectable value);
public object CommandParameter { get; set; }
var object = splitButton.commandParameter;
splitButton.commandParameter = object;
Public Property CommandParameter As Object
Valeur de propriété
Paramètre à passer à la propriété Command . La valeur par défaut est Null.