共用方式為


StoredContact.Id 屬性

定義

取得預存連絡人的本機識別碼。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = storedContact.id;
Public ReadOnly Property Id As String

屬性值

String

Platform::String

winrt::hstring

連絡人的本機識別碼。

Windows 需求

應用程式功能
ID_CAP_CONTACTS [Windows Phone]

備註

系統會將此識別碼指派給連絡人。 您的應用程式可以使用 RemoteId 屬性來設定自訂識別碼。 使用此方法可將連絡人存放區中的連絡人與遠端雲端式連絡人存放區中的連絡人產生關聯。

適用於