AppNotificationButton.InputId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
属性值
包含按钮的输入 ID 的字符串。
注解
还可以通过调用 AppNotificationButton.SetInputId来设置应用通知按钮的输入 ID。
有关使用 AppNotificationBuilder API 创建应用通知的 UI 的指导,请参阅 应用通知内容。
有关应用通知的 XML 架构的参考信息,请参阅 应用通知内容架构。