Condividi tramite


LampArray.GetDeviceSelector Metodo

Definizione

Recupera una stringa AQS (Advanced Query Syntax) che include tutti i dispositivi LampArray nel sistema.

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS che include tutti i dispositivi LampArray nel sistema.

Esempio

Esempio di LampArray

Illustra come controllare l'illuminazione RGB dei dispositivi periferici usando le API Windows.Devices.Lights e Windows.Devices.Lights.Effects.

Esempio di AutoRGB

Illustra come estrarre un singolo colore rappresentativo da uno schermo desktop e usarlo per illuminare le lampade LED su un dispositivo RGB connesso.

Commenti

È possibile usare questa stringa con il metodo DeviceInformation.FindAllAsync o DeviceWatcher per ottenere oggetti DeviceInformation per tali lampArray

Si applica a

Vedi anche