Share via


InfoBar.CloseButtonCommandParameter プロパティ

定義

InfoBar の [閉じる] ボタンのコマンドに渡すパラメーターを取得または設定します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

プロパティ値

Object

Platform::Object

IInspectable

InfoBar の [閉じる] ボタンのコマンドに渡すパラメーター。 既定では、 nullです。

適用対象