ContactStore 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表Windows Phone應用程式的自訂連絡人存放區。
public ref class ContactStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactStore
Public NotInheritable Class ContactStore
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Phone.PhoneContract (已於 v1.0 引進)
|
應用程式功能 |
ID_CAP_CONTACTS [Windows Phone]
|
屬性
RevisionNumber |
取得連絡人存放區的修訂編號。 |
方法
CreateContactQuery() |
使用預設選項建立連絡人查詢。 |
CreateContactQuery(ContactQueryOptions) |
使用自訂選項建立連絡人查詢。 |
CreateMeContactAsync(String) |
建立指定的連絡人代表裝置目前的登入使用者。 |
CreateOrOpenAsync() |
開啟應用程式的自訂連絡人存放區,如果尚未存在,請使用預設選項建立市集。 |
CreateOrOpenAsync(ContactStoreSystemAccessMode, ContactStoreApplicationAccessMode) |
開啟應用程式的自訂連絡人存放區,如果尚未存在,請使用指定的選項建立市集。 |
DeleteAsync() |
刪除應用程式的自訂連絡人存放區。 |
DeleteContactAsync(String) |
從連絡人存放區刪除具有指定識別碼的連絡人。 |
FindContactByIdAsync(String) |
從連絡人存放區擷取具有指定識別碼的連絡人。 |
FindContactByRemoteIdAsync(String) |
從連絡人存放區擷取具有指定遠端識別碼的連絡人。 |
GetChangesAsync(UInt64) |
取得與所提供修訂編號相關聯的連絡人存放區變更清單。 |
LoadExtendedPropertiesAsync() |
載入應用程式的自訂連絡人存放區擴充屬性。 |
SaveExtendedPropertiesAsync(IMapView<String,Object>) |
將提供的名稱/值組清單儲存至自訂連絡人存放區的擴充屬性。 |