VibrationDevice.GetDeviceSelector 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可用來列舉震動裝置的類別選取字串。
public:
static Platform::String ^ GetDeviceSelector();
static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String
傳回
震動裝置的類別選取字串。
備註
您可以將 GetDeviceSelector () 方法傳回的類別選取字串傳遞至 FindAllAsync () 或 CreateWatcher () 方法,以列舉震動裝置。