SplitButton.CommandParameter Propriété

Définition

Obtient ou définit le paramètre à passer à la propriété Command .

Cette documentation s’applique à WinUI 2 pour UWP (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; }
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 à