NSPersonNameComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the components of a person name.
[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
- Inheritance
-
NSPersonNameComponent
- Attributes
Properties
ComponentKey |
Gets the key for the name component. |
Delimiter |
Gets the delimiter. |
FamilyName |
Gets the person's family name. |
GivenName |
Gets the person's given name. |
MiddleName |
Gets the person's middle name. |
Nickname |
Gets the person's nickname. |
Prefix |
Gets the prefix to the person's name. |
Suffix |
Gets the suffix to the person's name. |