次の方法で共有


MobileBroadbandCellsInfo.ServingCellsNR プロパティ

定義

5G-NR セルのプロパティのコレクションを表す MobileBroadbandCellNR オブジェクトのコレクションを取得します。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセスを許可されたモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの「制限付き機能」セクションを参照してください。

public:
 property IVectorView<MobileBroadbandCellNR ^> ^ ServingCellsNR { IVectorView<MobileBroadbandCellNR ^> ^ get(); };
IVectorView<MobileBroadbandCellNR> ServingCellsNR();
public IReadOnlyList<MobileBroadbandCellNR> ServingCellsNR { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsNR;
Public ReadOnly Property ServingCellsNR As IReadOnlyList(Of MobileBroadbandCellNR)

プロパティ値

MobileBroadbandCellNR オブジェクトのコレクション。それぞれが、5G-NR セルを提供するプロパティのコレクションを表します。モデムが 5G をサポートしていない場合は空のコレクションです。

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v12.0 で導入)
アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象