共用方式為


Pedometer.GetCurrentReadings 方法

定義

從計計感應器取得目前的步驟資訊。

public:
 virtual IMapView<PedometerStepKind, PedometerReading ^> ^ GetCurrentReadings() = GetCurrentReadings;
IMapView<PedometerStepKind, PedometerReading const&> GetCurrentReadings();
public IReadOnlyDictionary<PedometerStepKind,PedometerReading> GetCurrentReadings();
function getCurrentReadings()
Public Function GetCurrentReadings () As IReadOnlyDictionary(Of PedometerStepKind, PedometerReading)

傳回

感應器中可用的步驟資訊集合。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於