ContactQueryResultOrdering 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CreateContactQuery 呼び出しから連絡先を返す順序を指定します。
public enum class ContactQueryResultOrdering
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ContactQueryResultOrdering
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ContactQueryResultOrdering
var value = Windows.Phone.PersonalInformation.ContactQueryResultOrdering.systemDefault
Public Enum ContactQueryResultOrdering
- 継承
-
ContactQueryResultOrdering
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Phone.PhoneContract (v1.0 で導入)
|
アプリの機能 |
ID_CAP_CONTACTS [Windows Phone]
|
フィールド
FamilyNameGivenName | 2 | ファミリ名で並べ替え、名前を指定します。 |
GivenNameFamilyName | 1 | 指定した名前とファミリ名で並べ替えます。 |
SystemDefault | 0 | オペレーティング システムで使用される既定の順序。 |
注釈
結果は ContactQueryResult オブジェクトとして返され、 GetContactsAsync を呼び出すと結果の順序が明らかにされます。