次の方法で共有


PhoneCallDetails.ContactName プロパティ

定義

電話の連絡先の名前を取得します。

public:
 property Platform::String ^ ContactName { Platform::String ^ get(); };
winrt::hstring ContactName();
public string ContactName { get; }
var string = phoneCallDetails.contactName;
Public ReadOnly Property ContactName As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先の名前。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象