StoredContact.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得預存連絡人的本機識別碼。
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
屬性值
連絡人的本機識別碼。
Windows 需求
應用程式功能 |
ID_CAP_CONTACTS [Windows Phone]
|
備註
系統會將此識別碼指派給連絡人。 您的應用程式可以使用 RemoteId 屬性來設定自訂識別碼。 使用此方法可將連絡人存放區中的連絡人與遠端雲端式連絡人存放區中的連絡人產生關聯。