Partager via


BluetoothLEDevice.GetDeviceSelectorFromAppearance Méthode

Définition

Crée une chaîne de filtre AQS (Advanced Query Syntax) à partir d’un objet BluetoothLEAppearance . La chaîne AQS est passée à la méthode CreateWatcher pour renvoyer une collection d’objets DeviceInformation avec l’apparence spécifiée.

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

Paramètres

appearance
BluetoothLEAppearance

Apparence Bluetooth LE utilisée pour construire la chaîne AQS.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS qui peut être passée en tant que paramètre à la méthode CreateWatcher .

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
Fonctionnalités de l’application
bluetooth

S’applique à