PhoneCallDetails.PhoneNumber 属性

定义

获取电话呼叫的号码。

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

属性值

String

Platform::String

winrt::hstring

电话呼叫的号码。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于