ABPersonKind 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가 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 사람입니다. |