共用方式為


ABPersonKind 列舉

定義

指定 是否 ABPerson 代表人類或組織。

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

欄位

None 0

不論 是 ABPerson 人員還是組織,都是未知的。

Organization 1

ABPerson是一個組織。

Person 2

ABPerson是一個人。

適用於

另請參閱