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 架构的参考信息,请参阅 应用通知内容架构

适用于