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是一個人。 |