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を使用します。
アプリ通知の XML スキーマのリファレンス情報については、「アプリ通知コンテンツ スキーマ」を参照してください。