Condividi tramite


BluetoothLEDevice.GetDeviceSelectorFromAppearance Metodo

Definizione

Crea una stringa di filtro AQS (Advanced Query Syntax) da un oggetto BluetoothLEAppearance . La stringa AQS viene passata al metodo CreateWatcher per restituire una raccolta di oggetti DeviceInformation con l'aspetto specificato.

public:
 static Platform::String ^ GetDeviceSelectorFromAppearance(BluetoothLEAppearance ^ appearance);
 static winrt::hstring GetDeviceSelectorFromAppearance(BluetoothLEAppearance const& appearance);
public static string GetDeviceSelectorFromAppearance(BluetoothLEAppearance appearance);
function getDeviceSelectorFromAppearance(appearance)
Public Shared Function GetDeviceSelectorFromAppearance (appearance As BluetoothLEAppearance) As String

Parametri

appearance
BluetoothLEAppearance

Aspetto Bluetooth LE usato per costruire la stringa AQS.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS che può essere passata come parametro al metodo CreateWatcher .

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v2.0)
Funzionalità dell'app
bluetooth

Si applica a