MobileBroadbandAccount.AvailableNetworkAccountIds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
プロパティ値
GUID 形式のネットワーク サービス プロバイダーのすべてのネットワーク アカウント ID の一覧。 これらの GUID を MobileBroadbandAccount.CreateFromNetworkAccountId メソッドに渡し、結果の MobileBroadbandAccount オブジェクトのプロパティにアクセスして詳細を確認できます。
Windows の要件
アプリの機能 |
cellularDeviceControl
cellularDeviceIdentity
|