Accelerometer.GetDeviceSelector(AccelerometerReadingType) 方法

定义

获取设备选择器。

public:
 static Platform::String ^ GetDeviceSelector(AccelerometerReadingType readingType);
 static winrt::hstring GetDeviceSelector(AccelerometerReadingType const& readingType);
public static string GetDeviceSelector(AccelerometerReadingType readingType);
function getDeviceSelector(readingType)
Public Shared Function GetDeviceSelector (readingType As AccelerometerReadingType) As String

参数

readingType
AccelerometerReadingType

要检索的传感器的类型。

返回

String

Platform::String

winrt::hstring

返回设备选择器(如果存在);否则为 null。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

适用于