ABPersonKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie si un ABPerson représente un être humain ou une organisation.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonKind
type ABPersonKind =
- Héritage
-
ABPersonKind
- Attributs
Champs
None | 0 | On ignore s’il s’agit ABPerson d’une personne ou d’une organisation. |
Organization | 1 | Le ABPerson est une organisation. |
Person | 2 | est ABPerson une personne. |