次の方法で共有


Contact.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 = contact.remoteId;
contact.remoteId = string;
Public Property RemoteId As String

プロパティ値

String

Platform::String

winrt::hstring

サービス プロバイダーがリモート システムの 連絡先 にアクセスするために使用できる ID。

Windows の要件

アプリの機能
contactsSystem

適用対象