Contact.HonorificNamePrefix 속성

정의

연락처 이름에 대한 명예 접두사를 가져오거나 설정합니다. 명예 접두사에 대한 최대 문자열 길이는 32자입니다.

public:
 property Platform::String ^ HonorificNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HonorificNamePrefix();

void HonorificNamePrefix(winrt::hstring value);
public string HonorificNamePrefix { get; set; }
var string = contact.honorificNamePrefix;
contact.honorificNamePrefix = string;
Public Property HonorificNamePrefix As String

속성 값

String

Platform::String

winrt::hstring

연락처 이름에 대한 명예 접두사입니다. 명예 접두사에 대한 최대 문자열 길이는 32자입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

일반적인 이름 접두사는 Ms, Miss, Mrs, Mr, Dr 등입니다.

적용 대상