Share via


MobileBroadbandCellsInfo.ServingCellsLte プロパティ

定義

すべての LTE プロバイダーを含む近隣 の MobileBroadbandCellLte の読み取り専用配列を取得します。

Note

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

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

プロパティ値

すべての LTE プロバイダーを含む隣接する MobileBroadbandCellLte の読み取り専用配列。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

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

適用対象