Barometer.GetDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the default barometer sensor.
public:
static Barometer ^ GetDefault();
static Barometer GetDefault();
public static Barometer GetDefault();
function getDefault()
Public Shared Function GetDefault () As Barometer
Returns
The default barometer.
Remarks
If no barometer sensor is available, this method will return the null pointer.