次の方法で共有


INPersonRelationship 列挙型

定義

既知の対人関係を列挙します。

[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

配偶者を示します。

適用対象