Share via


MobileBroadbandAccount.AvailableNetworkAccountIds プロパティ

定義

ネットワーク サービス プロバイダーのすべてのネットワーク アカウント ID の一覧。

Note

この機能は、モバイル オペレーター アプリと、モバイル ネットワーク オペレーターによる特権アクセスが付与されたアプリでのみ使用できます。 この API を使用してアプリをストアに発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション 参照してください。

public:
 static property IVectorView<Platform::String ^> ^ AvailableNetworkAccountIds { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> AvailableNetworkAccountIds();
public static IReadOnlyList<string> AvailableNetworkAccountIds { get; }
var iVectorView = MobileBroadbandAccount.availableNetworkAccountIds;
Public Shared ReadOnly Property AvailableNetworkAccountIds As IReadOnlyList(Of String)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

GUID 形式のネットワーク サービス プロバイダーのすべてのネットワーク アカウント ID の一覧。 これらの GUID を MobileBroadbandAccount.CreateFromNetworkAccountId メソッドに渡し、結果の MobileBroadbandAccount オブジェクトのプロパティにアクセスして詳細を確認できます。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象