次の方法で共有


NSPersonNameComponent クラス

定義

ユーザー名のコンポーネントを表します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static class NSPersonNameComponent
type NSPersonNameComponent = class
継承
NSPersonNameComponent
属性

プロパティ

ComponentKey

名前コンポーネントのキーを取得します。

Delimiter

区切り記号を取得します。

FamilyName

ユーザーの家族名を取得します。

GivenName

ユーザーの指定された名前を取得します。

MiddleName

ユーザーのミドル ネームを取得します。

Nickname

ユーザーのニックネームを取得します。

Prefix

ユーザーの名前のプレフィックスを取得します。

Suffix

ユーザーの名前のサフィックスを取得します。

適用対象