共用方式為


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]

備註

使用此屬性可將 連絡人的識別碼 與遠端雲端式連絡人存放區所使用的識別碼產生關聯。 此屬性的值必須穩定,而且在手機上的所有應用程式中都必須是唯一的。 如果電話上的 RemoteId 屬性不是唯一的,嘗試儲存連絡人可能會失敗。

適用於

另請參閱