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 クラスの新しいインスタンスを初期化します。

プロパティ

DesiredFields

各連絡先で返されるプロパティの一覧を取得または設定します。

OrderBy

連絡先クエリの結果の並べ替えに使用するフィールドを取得または設定します。

適用対象