MobileBroadbandCellsInfo.ServingCellsLte 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含所有 LTE 提供者之鄰近 MobileBroadbandCellLte 的唯讀陣列。
注意
這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 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。