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 中引入)

适用于