Compartir a través de


GameControllerProviderInfo.GetProviderId(IGameControllerProvider) Método

Definición

Recupera el identificador persistente de un controlador de juego físico conectado al sistema mediante GIP.SYS.

Importante

El acceso a esta clase requiere declarar la funcionalidad xboxAccessoryManagement

public:
 static Platform::String ^ GetProviderId(IGameControllerProvider ^ provider);
 static winrt::hstring GetProviderId(IGameControllerProvider const& provider);
public static string GetProviderId(IGameControllerProvider provider);
function getProviderId(provider)
Public Shared Function GetProviderId (provider As IGameControllerProvider) As String

Parámetros

provider
IGameControllerProvider

Un dispositivo de controlador de juego físico conectado al sistema.

Devoluciones

String

Platform::String

winrt::hstring

Identificador persistente de un controlador de juego físico.

Se aplica a