Condividi tramite


ABPersonKind Enumerazione

Definizione

Specifica se un oggetto rappresenta un ABPerson essere umano o un'organizzazione.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonKind
type ABPersonKind = 
Ereditarietà
ABPersonKind
Attributi

Campi

None 0

È sconosciuto se è ABPerson una persona o un'organizzazione.

Organization 1

È ABPerson un'organizzazione.

Person 2

È ABPerson una persona.

Si applica a

Vedi anche