ContactQueryResult クラス

定義

連絡先クエリの結果を表します。

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
継承
Object Platform::Object IInspectable 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()

現在のクエリ オプションを取得します。

適用対象