共用方式為


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

備註

這通常是連絡人的來源應用程式或服務名稱。

適用於