SmsDevice2.FromParentId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在给定父设备的设备 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
|