Partager via


BluetoothDevice.GetDeviceSelectorFromPairingState(Boolean) Méthode

Définition

Crée une chaîne de filtre AQS (Advanced Query Syntax) qui contient une requête pour les appareils Bluetooth associés ou non appariés. La chaîne AQS est passée à la méthode CreateWatcher pour retourner une collection d’objets DeviceInformation .

public:
 static Platform::String ^ GetDeviceSelectorFromPairingState(bool pairingState);
 static winrt::hstring GetDeviceSelectorFromPairingState(bool const& pairingState);
public static string GetDeviceSelectorFromPairingState(bool pairingState);
function getDeviceSelectorFromPairingState(pairingState)
Public Shared Function GetDeviceSelectorFromPairingState (pairingState As Boolean) As String

Paramètres

pairingState
Boolean

bool

État d’appairage actuel pour les appareils Bluetooth utilisés pour construire la chaîne AQS. Les appareils Bluetooth peuvent être couplés (true) ou non appariés (false). La chaîne de filtre AQS demande que l’analyse soit effectuée lorsque pairingState a la valeur false.

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 à