StoredContact.RemoteId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得預存連絡人的遠端識別碼。
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
屬性值
連絡人的遠端識別碼。
Windows 需求
應用程式功能 |
ID_CAP_CONTACTS [Windows Phone]
|
備註
使用此屬性可將 連絡人的識別碼 與遠端雲端式連絡人存放區所使用的識別碼產生關聯。 此屬性的值必須穩定,而且在手機上的所有應用程式中都必須是唯一的。 如果電話上的 RemoteId 屬性不是唯一的,嘗試儲存連絡人可能會失敗。