AppNotificationButton.TargetAppId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定按下應用程式通知按鈕時要啟動之應用程式的套件系列名稱 (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
屬性值
字串,包含目標應用程式的 PFN。
備註
您應該設定 InvokeUri 或 TargetAppId,但不能同時設定兩者。 如果您同時設定這兩者,系統會使用 TargetAppId。
如需使用 AppNotificationBuilder API 來建立應用程式通知 UI 的指引,請參閱 應用程式通知內容。
如需應用程式通知 XML 架構的參考資訊,請參閱 應用程式通知內容架構。