次の方法で共有


MobileBroadbandCellsInfo.NeighboringCellsNR プロパティ

定義

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

Note

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

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

public:
 property IVectorView<MobileBroadbandCellNR ^> ^ NeighboringCellsNR { IVectorView<MobileBroadbandCellNR ^> ^ get(); };
IVectorView<MobileBroadbandCellNR> NeighboringCellsNR();
public IReadOnlyList<MobileBroadbandCellNR> NeighboringCellsNR { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsNR;
Public ReadOnly Property NeighboringCellsNR 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

適用対象