VoipPhoneCall.ContactName 属性

定义

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

获取或设置与 VoIP 呼叫关联的联系人姓名。

public:
 property Platform::String ^ ContactName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactName();

void ContactName(winrt::hstring value);
public string ContactName { get; set; }
var string = voipPhoneCall.contactName;
voipPhoneCall.contactName = string;
Public Property ContactName As String

属性值

String

Platform::String

winrt::hstring

与 VoIP 呼叫关联的联系人姓名。

Windows 要求

应用功能
ID_CAP_VOIP [Windows Phone]

适用于