Partager via


InfoBar.CloseButtonCommandParameter Propriété

Définition

Obtient ou définit le paramètre à passer à la commande du bouton fermer dans infoBar.

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 ^ CloseButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CloseButtonCommandParameter();

void CloseButtonCommandParameter(IInspectable value);
public object CloseButtonCommandParameter { get; set; }
Public Property CloseButtonCommandParameter As Object

Valeur de propriété

Object

Platform::Object

IInspectable

Paramètre à transmettre à la commande du bouton fermer dans InfoBar. Par défaut, il s’agit de null.

S’applique à