共用方式為


SmsDevice2.FromParentId(String) 方法

定義

為裝置建立 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

父裝置的裝置識別碼。

傳回

針對具有指定父識別碼之裝置初始化的 SmsDevice2 實例。

Windows 需求

應用程式功能
cellularMessaging sms

適用於