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

注解

这通常是联系人来源的应用或服务的名称。

适用于