次の方法で共有


MobileBroadbandCellsInfo.NeighboringCellsCdma プロパティ

定義

すべての CDMA プロバイダーを含む近隣の [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md の読み取り専用配列を取得します。

Note

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

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

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

プロパティ値

すべての CDMA プロバイダーを含む隣接する [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md の読み取り専用配列。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

使用できない場合、または不明な場合、配列のサイズは 0 です。

適用対象