INPersonRelationship Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera relações interpessoais conhecidas.
[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 =
- Herança
-
INPersonRelationship
- Atributos
Campos
Assistant | 10 | Indica um assistente. |
Brother | 4 | Indica um irmão. |
Child | 6 | Indica um filho. |
Father | 1 | Indica um pai. |
Friend | 7 | Indica um amigo. |
Manager | 11 | Indica um gerente. |
Mother | 2 | Indica uma mãe. |
None | 0 | Uma relação não é conhecida. |
Parent | 3 | Indica um pai. |
Partner | 9 | Indica um parceiro. |
Sister | 5 | Indica uma irmã. |
Spouse | 8 | Indica um cônjuge. |