ContactQueryResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연락처 쿼리의 결과를 나타냅니다.
public ref class ContactQueryResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactQueryResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactQueryResult
Public NotInheritable Class ContactQueryResult
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
ID_CAP_CONTACTS [Windows Phone]
|
메서드
GetContactCountAsync() |
연락처 저장소의 연락처 수를 가져옵니다. |
GetContactsAsync() |
연락처 저장소에서 연락처를 검색합니다. |
GetContactsAsync(UInt32, UInt32) |
지정된 시작 인덱스와 반환할 항목 수가 지정된 경우 연락처 저장소에서 연락처를 검색합니다. |
GetCurrentQueryOptions() |
현재 쿼리 옵션을 가져옵니다. |