VibrationDevice.GetDeviceSelector 方法

定义

返回可用于枚举振动设备的类选择字符串。

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

返回

String

Platform::String

winrt::hstring

振动设备的类选择字符串。

注解

可以通过将 GetDeviceSelector () 方法返回的类选择字符串传递给 FindAllAsync () CreateWatcher () 方法来枚举振动设备。

适用于

另请参阅