次の方法で共有


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

注釈

これは通常、連絡先の発信元であるアプリまたはサービスの名前です。

適用対象