Partager via


CNContactSortOrder Énumération

Définition

Énumère la façon dont les contacts doivent être triés.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CNContactSortOrder
type CNContactSortOrder = 
Héritage
CNContactSortOrder
Attributs

Champs

FamilyName 3

Les contacts doivent être triés par FamilyName.

GivenName 2

Les contacts doivent être triés par GivenName..

None 0

Aucun tri ne doit être appliqué.

UserDefault 1

Les contacts doivent être triés selon la préférence par défaut de l’utilisateur.

S’applique à