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

适用于