共用方式為


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 () 方法,以列舉震動裝置。

適用於

另請參閱