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
|