Share via


ContactAnnotationList 클래스

정의

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
상속
Object Platform::Object IInspectable ContactAnnotationList
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
contactsSystem

설명

다음 방법 중 하나를 호출하여 기존 ContactAnnotationList를 만들거나 가져옵니다.

속성

Id

ContactAnnotationList의 ID를 가져옵니다.

ProviderPackageFamilyName

ContactAnnotationList를 만든 앱 패키지의 고유 식별자를 가져옵니다.

UserDataAccountId

앱에서 사용하는 UserDataAccount 의 ID를 가져옵니다.

메서드

DeleteAnnotationAsync(ContactAnnotation)

목록에서 지정된 ContactAnnotation 을 비동기적으로 삭제합니다.

DeleteAsync()

ContactAnnotationStore에서 이 ContactAnnotationList를 비동기적으로 삭제합니다.

FindAnnotationsAsync()

ContactAnnotation 개체 목록을 비동기적으로 가져옵니다.

FindAnnotationsByRemoteIdAsync(String)

지정된 원격 ID 속성을 포함하는 ContactAnnotation 개체의 목록을 가져옵니다.

GetAnnotationAsync(String)

지정된 ID를 사용하여 ContactAnnotation을 가져옵니다.

TrySaveAnnotationAsync(ContactAnnotation)

ContactAnnotationList에 ContactAnnotation을 비동기적으로 저장하려고 시도합니다.

적용 대상

추가 정보