StoredContact.RemoteId プロパティ

定義

格納されている連絡先のリモート識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

連絡先のリモート識別子。

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

注釈

このプロパティを使用して、連絡先の ID を 、リモートのクラウドベースの連絡先ストアで使用される識別子に関連付けます。 このプロパティの値は安定している必要があり、電話上のすべてのアプリで一意である必要があります。 RemoteId プロパティが電話で一意でない場合、連絡先を保存しようとすると失敗する可能性があります。

適用対象

こちらもご覧ください