INPersonRelationship 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举已知的人际关系。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INPersonRelationship
type INPersonRelationship =
- 继承
-
INPersonRelationship
- 属性
字段
Assistant | 10 | 指示助手。 |
Brother | 4 | 指示兄弟。 |
Child | 6 | 指示子级。 |
Father | 1 | 指示父亲。 |
Friend | 7 | 指示好友。 |
Manager | 11 | 指示经理。 |
Mother | 2 | 指示母亲。 |
None | 0 | 关系未知。 |
Parent | 3 | 指示父级。 |
Partner | 9 | 指示合作伙伴。 |
Sister | 5 | 指示一个姐妹。 |
Spouse | 8 | 指示配偶。 |