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