ContactQueryOptions 클래스

정의

CreateContactQuery를 사용하여 연락처를 검색하기 위한 쿼리 옵션을 나타냅니다.

public ref class ContactQueryOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactQueryOptions final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactQueryOptions
function ContactQueryOptions()
Public NotInheritable Class ContactQueryOptions
상속
Object Platform::Object IInspectable ContactQueryOptions
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
앱 기능
ID_CAP_CONTACTS [Windows Phone]

생성자

ContactQueryOptions()

ContactQueryOptions 클래스의 새 instance 초기화합니다.

속성

DesiredFields

각 연락처와 함께 반환되어야 하는 속성 목록을 가져오거나 설정합니다.

OrderBy

연락처 쿼리 결과를 정렬하는 데 사용되는 필드를 가져오거나 설정합니다.

적용 대상