MobileBroadbandAccount.CreateFromNetworkAccountId(String) 方法

定义

为与所提供的网络帐户 ID 关联的移动设备创建移动宽带帐户。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

public:
 static MobileBroadbandAccount ^ CreateFromNetworkAccountId(Platform::String ^ networkAccountId);
 static MobileBroadbandAccount CreateFromNetworkAccountId(winrt::hstring const& networkAccountId);
public static MobileBroadbandAccount CreateFromNetworkAccountId(string networkAccountId);
function createFromNetworkAccountId(networkAccountId)
Public Shared Function CreateFromNetworkAccountId (networkAccountId As String) As MobileBroadbandAccount

参数

networkAccountId
String

Platform::String

winrt::hstring

用于选择要用于帐户的相应移动宽带设备的网络帐户 ID。

返回

与提供的网络帐户 ID 关联的移动设备的移动宽带帐户。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于