AppNotificationButton.InputId プロパティ

定義

AppNotificationButton の入力 ID を取得または設定します。

public:
 property Platform::String ^ InputId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring InputId();

void InputId(winrt::hstring value);
public string InputId { get; set; }
var string = appNotificationButton.inputId;
appNotificationButton.inputId = string;
Public Property InputId As String

プロパティ値

String

Platform::String

winrt::hstring

ボタンの入力 ID を含む文字列。

注釈

AppNotificationButton.SetInputId を呼び出して、アプリ通知ボタンの入力 ID を設定することもできます。

AppNotificationBuilder API を使用してアプリ通知用の UI を作成する方法のガイダンスについては、「アプリ通知コンテンツ」を参照してください。

アプリ通知の XML スキーマのリファレンス情報については、「アプリ通知 コンテンツ スキーマ」を参照してください。

適用対象