Freigeben über


ABPersonKind Enumeration

Definition

Gibt an, ob ein ABPerson einen Menschen oder eine Organisation darstellt.

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

Felder

None 0

Es ist unbekannt, ob es sich bei um ABPerson eine Person oder eine Organisation handelt.

Organization 1

ist ABPerson eine Organisation.

Person 2

Ist ABPerson eine Person.

Gilt für:

Weitere Informationen