Accelerometer Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a new instance of the Accelerometer object.

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)

Syntax

Public Sub New
public Accelerometer()

Exceptions

Exception Condition
SensorFailedException

The limit of 10 simultaneous instances of the Accelerometer class per application has been exceeded.

Remarks

An application can create a maximum of 10 simultaneous instances of the Accelerometer class. An exception will be thrown if this limit is exceeded.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Accelerometer Class

Microsoft.Devices.Sensors Namespace