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() 메서드에 전달하여 진동 디바이스를 열거할 수 있습니다.

적용 대상

추가 정보