共用方式為


AppNotificationButton.InputId 屬性

定義

取得或設定 AppNotificationButton的輸入標識符。

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

字串,包含按鈕的輸入識別碼。

備註

您也可以呼叫 AppNotificationButton.SetInputId來設定應用程式通知按鈕的輸入識別符。

如需使用 AppNotificationBuilder API 來建立應用程式通知 UI 的指引,請參閱 應用程式通知內容

如需應用程式通知 XML 架構的參考資訊,請參閱 應用程式通知內容架構

適用於