共用方式為


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

取得人員名稱的尾碼。

適用於