Freigeben über


AppServiceCatalog.FindAppServiceProvidersAsync(String) Methode

Definition

Gibt die Liste der App-Dienstanbieter zurück, die mit einem bestimmten App-Dienstnamen auf dem Gerät übereinstimmen.

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))

Parameter

appServiceName
String

Platform::String

winrt::hstring

Der Name des zu findenden App-Diensts.

Gibt zurück

Eine Liste der AppInfosfür die App-Dienstanbieter, die für den angegebenen App Service-Namen verfügbar sind.

Tipp

In C++ lautet der Rückgabewert IAsyncOperation<IVectorView<AppInfo.>>

Attribute

Gilt für: