MobileBroadbandCellsInfo.NeighboringCellsLte プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての LTE プロバイダーを含む隣接する MobileBroadbandCellLte の読み取り専用配列を取得します。
Note
この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。
この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション を 参照してください。
public:
property IVectorView<MobileBroadbandCellLte ^> ^ NeighboringCellsLte { IVectorView<MobileBroadbandCellLte ^> ^ get(); };
IVectorView<MobileBroadbandCellLte> NeighboringCellsLte();
public IReadOnlyList<MobileBroadbandCellLte> NeighboringCellsLte { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsLte;
Public ReadOnly Property NeighboringCellsLte As IReadOnlyList(Of MobileBroadbandCellLte)
プロパティ値
すべての LTE プロバイダーを含む隣接する MobileBroadbandCellLte の読み取り専用配列。
Windows の要件
アプリの機能 |
cellularDeviceControl
cellularDeviceIdentity
|
注釈
使用できない場合、または不明な場合、配列のサイズは 0 です。