ContactAnnotationList 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 ContactAnnotation 物件的清單。
public ref class ContactAnnotationList sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAnnotationList final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAnnotationList
Public NotInheritable Class ContactAnnotationList
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
contactsSystem
|
備註
呼叫下列其中一種方法來建立或取得現有的 ContactAnnotationList:
- CreateAnnotationListAsync
- CreateAnnotationListAsync (String)
- GetAnnotationListAsync
- FindAnnotationListsAsync
屬性
Id |
取得此 ContactAnnotationList的識別碼。 |
ProviderPackageFamilyName |
取得建立 ContactAnnotationList之應用程式套件的唯一識別碼。 |
UserDataAccountId |
取得應用程式所使用的 UserDataAccount 識別碼。 |
方法
DeleteAnnotationAsync(ContactAnnotation) |
以非同步方式從清單中刪除指定的 ContactAnnotation 。 |
DeleteAsync() | |
FindAnnotationsAsync() |
以非同步方式取得 ContactAnnotation 物件的清單。 |
FindAnnotationsByRemoteIdAsync(String) |
取得包含指定之遠端識別碼屬性的 ContactAnnotation 物件清單。 |
GetAnnotationAsync(String) |
取得具有指定識別碼的ContactAnnotation。 |
TrySaveAnnotationAsync(ContactAnnotation) |
以非同步方式嘗試將 ContactAnnotation 儲存至 ContactAnnotationList。 |