AppServiceCatalog.FindAppServiceProvidersAsync(String) 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 la liste des fournisseurs de services d’application qui correspondent à un nom app service spécifique sur l’appareil.
public:
static IAsyncOperation<IVectorView<AppInfo ^> ^> ^ FindAppServiceProvidersAsync(Platform::String ^ appServiceName);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<AppInfo>> FindAppServiceProvidersAsync(winrt::hstring const& appServiceName);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<AppInfo>> FindAppServiceProvidersAsync(string appServiceName);
function findAppServiceProvidersAsync(appServiceName)
Public Shared Function FindAppServiceProvidersAsync (appServiceName As String) As IAsyncOperation(Of IReadOnlyList(Of AppInfo))
Paramètres
- appServiceName
-
String
Platform::String
winrt::hstring
Nom du service d’application à rechercher.
Retours
Liste des appinfospour le ou les fournisseurs app service disponibles pour le nom de service d’application spécifié.
Conseil
En C++, la valeur renvoyée est IAsyncOperation<IVectorView<AppInfo>>
- Attributs