INPersonRelationship Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera le relazioni relazionali note.
[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 =
- Ereditarietà
-
INPersonRelationship
- Attributi
Campi
Assistant | 10 | Indica un assistente. |
Brother | 4 | Indica un fratello. |
Child | 6 | Indica un elemento figlio. |
Father | 1 | Indica un padre. |
Friend | 7 | Indica un amico. |
Manager | 11 | Indica un manager. |
Mother | 2 | Indica una madre. |
None | 0 | Una relazione non è nota. |
Parent | 3 | Indica un elemento padre. |
Partner | 9 | Indica un partner. |
Sister | 5 | Indica una sorella. |
Spouse | 8 | Indica un coniuge. |