共用方式為


AppNotificationButton.TargetAppId 屬性

定義

取得或設定按下應用程式通知按鈕時要啟動之應用程式的套件系列名稱 (PFN)。

public:
 property Platform::String ^ TargetAppId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TargetAppId();

void TargetAppId(winrt::hstring value);
public string TargetAppId { get; set; }
var string = appNotificationButton.targetAppId;
appNotificationButton.targetAppId = string;
Public Property TargetAppId As String

屬性值

String

Platform::String

winrt::hstring

字串,包含目標應用程式的 PFN。

備註

您應該設定 InvokeUriTargetAppId,但不能同時設定兩者。 如果您同時設定這兩者,系統會使用 TargetAppId

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

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

適用於