AdcController.GetControllersAsync(IAdcProvider) 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.
Obtient tous les contrôleurs connectés au système de manière asynchrone .
public:
static IAsyncOperation<IVectorView<AdcController ^> ^> ^ GetControllersAsync(IAdcProvider ^ provider);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<AdcController>> GetControllersAsync(IAdcProvider const& provider);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<AdcController>> GetControllersAsync(IAdcProvider provider);
function getControllersAsync(provider)
Public Shared Function GetControllersAsync (provider As IAdcProvider) As IAsyncOperation(Of IReadOnlyList(Of AdcController))
Paramètres
- provider
- IAdcProvider
Fournisseur ADC pour les contrôleurs sur le système.
Retours
Une fois la méthode terminée, elle retourne une liste de valeurs qui représentent les contrôleurs disponibles sur le système.
- Attributs