SmsDevice2.FromParentId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為裝置建立 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
|