Share via


InfoBar.CloseButtonCommandParameter Propriété

Définition

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

public:
 property Platform::Object ^ CloseButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CloseButtonCommandParameter();

void CloseButtonCommandParameter(IInspectable value);
public object CloseButtonCommandParameter { get; set; }
var object = infoBar.closeButtonCommandParameter;
infoBar.closeButtonCommandParameter = object;
Public Property CloseButtonCommandParameter As Object

Valeur de propriété

Object

Platform::Object

IInspectable

Paramètre à passer à la commande pour le bouton Fermer dans infoBar. Par défaut, il s’agit de null.

S’applique à