ToastNotification.RemoteId プロパティ

定義

通知のリモート ID を取得または設定します。これにより、システムはこの通知を別のデバイスで生成された別の通知と関連付けることができます。

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

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = toastNotification.remoteId;
toastNotification.remoteId = string;
Public Property RemoteId As String

プロパティ値

String

Platform::String

winrt::hstring

システムがこの通知を別のデバイスで生成された別の通知と関連付けることができる通知のリモート ID。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象