SpeedDialEntry.PhoneNumber 属性

定义

表示快速拨号条目的电话号码。

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

属性值

String

Platform::String

winrt::hstring

包含快速拨号输入电话号码的字符串。

Windows 要求

应用功能
accessoryManager

注解

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

适用于