ServiceDevice.GetDeviceSelector(ServiceDeviceType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une chaîne AQS (Advanced Query Syntax) utilisée pour énumérer les services d’appareil du ServiceDeviceType spécifié. Cette chaîne est passée à la méthode FindAllAsync ou CreateWatcher .
public:
static Platform::String ^ GetDeviceSelector(ServiceDeviceType serviceType);
static winrt::hstring GetDeviceSelector(ServiceDeviceType const& serviceType);
public static string GetDeviceSelector(ServiceDeviceType serviceType);
function getDeviceSelector(serviceType)
Public Shared Function GetDeviceSelector (serviceType As ServiceDeviceType) As String
Paramètres
- serviceType
- ServiceDeviceType
Type de service à identifier.
Retours
Chaîne AQS.