Partager via


BluetoothDevice.GetDeviceSelectorFromDeviceName(String) Méthode

Définition

Crée une chaîne de filtre AQS (Advanced Query Syntax) qui contient une requête pour le nom de l’appareil Bluetooth. La chaîne AQS est passée à la méthode CreateWatcher pour renvoyer une collection d’objets DeviceInformation contenant le nom d’appareil Bluetooth spécifié.

public:
 static Platform::String ^ GetDeviceSelectorFromDeviceName(Platform::String ^ deviceName);
 static winrt::hstring GetDeviceSelectorFromDeviceName(winrt::hstring const& deviceName);
public static string GetDeviceSelectorFromDeviceName(string deviceName);
function getDeviceSelectorFromDeviceName(deviceName)
Public Shared Function GetDeviceSelectorFromDeviceName (deviceName As String) As String

Paramètres

deviceName
String

Platform::String

winrt::hstring

Nom de l’appareil Bluetooth utilisé pour construire la chaîne AQS.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS 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 à