UssdSession.CreateFromNetworkAccountId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static UssdSession ^ CreateFromNetworkAccountId(Platform::String ^ networkAccountId);
static UssdSession CreateFromNetworkAccountId(winrt::hstring const& networkAccountId);
public static UssdSession CreateFromNetworkAccountId(string networkAccountId);
function createFromNetworkAccountId(networkAccountId)
Public Shared Function CreateFromNetworkAccountId (networkAccountId As String) As UssdSession
参数
- networkAccountId
-
String
Platform::String
winrt::hstring
用于选择要用于 USSD 会话的相应移动宽带设备的网络帐户 ID。
返回
与所提供的网络帐户 ID 关联的移动设备的 USSD 会话。
Windows 要求
应用功能 |
cellularDeviceControl
cellularDeviceIdentity
|