Compartilhar via


HidDevice.GetDeviceSelector Método

Definição

Sobrecargas

GetDeviceSelector(UInt16, UInt16)

Recupera uma cadeia de caracteres de sintaxe de consulta avançada (AQS) com base em usagePage e usageId especificados.

GetDeviceSelector(UInt16, UInt16, UInt16, UInt16)

Recupera uma cadeia de caracteres de sintaxe de consulta avançada (AQS) com base no usagePage, usageId, vendorId e productId especificados.

GetDeviceSelector(UInt16, UInt16)

Recupera uma cadeia de caracteres de sintaxe de consulta avançada (AQS) com base em usagePage e usageId especificados.

public:
 static Platform::String ^ GetDeviceSelector(unsigned short usagePage, unsigned short usageId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector(uint16_t const& usagePage, uint16_t const& usageId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector(ushort usagePage, ushort usageId);
function getDeviceSelector(usagePage, usageId)
Public Shared Function GetDeviceSelector (usagePage As UShort, usageId As UShort) As String

Parâmetros

usagePage
UInt16

unsigned short

uint16_t

Especifica a página de uso da coleção de nível superior para o dispositivo HID especificado.

usageId
UInt16

unsigned short

uint16_t

Especifica o identificador de uso da coleção de nível superior para o dispositivo HID especificado.

Retornos

String

Platform::String

winrt::hstring

Uma cadeia de caracteres AQS (Sintaxe de Consulta Avançada) que representa um seletor de dispositivo.

Atributos

Aplica-se a

GetDeviceSelector(UInt16, UInt16, UInt16, UInt16)

Recupera uma cadeia de caracteres de sintaxe de consulta avançada (AQS) com base no usagePage, usageId, vendorId e productId especificados.

public:
 static Platform::String ^ GetDeviceSelector(unsigned short usagePage, unsigned short usageId, unsigned short vendorId, unsigned short productId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorVidPid")]
 static winrt::hstring GetDeviceSelector(uint16_t const& usagePage, uint16_t const& usageId, uint16_t const& vendorId, uint16_t const& productId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorVidPid")]
public static string GetDeviceSelector(ushort usagePage, ushort usageId, ushort vendorId, ushort productId);
function getDeviceSelector(usagePage, usageId, vendorId, productId)
Public Shared Function GetDeviceSelector (usagePage As UShort, usageId As UShort, vendorId As UShort, productId As UShort) As String

Parâmetros

usagePage
UInt16

unsigned short

uint16_t

Especifica a página de uso da coleção de nível superior para o dispositivo HID especificado.

usageId
UInt16

unsigned short

uint16_t

Especifica o identificador de uso da coleção de nível superior para o dispositivo HID especificado.

vendorId
UInt16

unsigned short

uint16_t

Identifica o fornecedor do dispositivo.

productId
UInt16

unsigned short

uint16_t

Identifica o produto.

Retornos

String

Platform::String

winrt::hstring

Uma cadeia de caracteres AQS (Sintaxe de Consulta Avançada) que representa um seletor de dispositivo.

Atributos

Aplica-se a