次の方法で共有


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

適用対象