Lamp.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 メソッドに渡します。

適用対象