Поделиться через


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)

Применяется к