NSPersonNameComponent 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개인 이름의 구성 요소를 나타냅니다.
[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 |
사람의 이름에 대한 접미사를 가져옵니다. |