AppNotificationButton.SetInputId(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を設定することもできます。
アプリ通知の XML スキーマのリファレンス情報については、「アプリ通知コンテンツ スキーマ」を参照してください。