다음을 통해 공유


ContactList.SourceDisplayName 속성

정의

사용자 인터페이스에 표시하기에 적합한 ContactList 원본의 이름을 가져옵니다.

public:
 property Platform::String ^ SourceDisplayName { Platform::String ^ get(); };
winrt::hstring SourceDisplayName();
public string SourceDisplayName { get; }
var string = contactList.sourceDisplayName;
Public ReadOnly Property SourceDisplayName As String

속성 값

String

Platform::String

winrt::hstring

사용자 인터페이스에 표시하기에 적합한 ContactList 원본의 이름입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

일반적으로 연락처가 시작된 앱 또는 서비스의 이름입니다.

적용 대상