SplitButton.CommandParameter Propriété

Définition

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é

Object

Platform::Object

IInspectable

Paramètre à passer à la propriété Command . La valeur par défaut est Null.

S’applique à