SmsDevice2.FromParentId(String) 方法

定义

在给定父设备的设备 ID 的情况下,为设备创建 SmsDevice2 实例。

public:
 static SmsDevice2 ^ FromParentId(Platform::String ^ parentDeviceId);
 static SmsDevice2 FromParentId(winrt::hstring const& parentDeviceId);
public static SmsDevice2 FromParentId(string parentDeviceId);
function fromParentId(parentDeviceId)
Public Shared Function FromParentId (parentDeviceId As String) As SmsDevice2

参数

parentDeviceId
String

Platform::String

winrt::hstring

父设备的设备 ID。

返回

为具有给定父 ID 的设备初始化的 SmsDevice2 实例。

Windows 要求

应用功能
cellularMessaging sms

适用于