次の方法で共有


AppNotificationButton.SetInputId(String) メソッド

定義

AppNotificationButtonの入力 ID を設定します。

public:
 virtual AppNotificationButton ^ SetInputId(Platform::String ^ value) = SetInputId;
AppNotificationButton SetInputId(winrt::hstring const& value);
public AppNotificationButton SetInputId(string value);
function setInputId(value)
Public Function SetInputId (value As String) As AppNotificationButton

パラメーター

value
String

Platform::String

winrt::hstring

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

戻り値

追加のメソッド呼び出しをチェーンできるように、AppNotificationButton インスタンスを返します。

注釈

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

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

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

適用対象