다음을 통해 공유


AppServiceCatalog.FindAppServiceProvidersAsync(String) 메서드

정의

디바이스의 특정 앱 서비스 이름과 일치하는 앱 서비스 공급자 목록을 반환합니다.

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

매개 변수

appServiceName
String

Platform::String

winrt::hstring

찾을 앱 서비스의 이름입니다.

반환

지정된 앱 서비스 이름에 사용할 수 있는 App Service 공급자의 AppInfo목록입니다.

C++에서 반환 값은 IAsyncOperation<IVectorView<AppInfo입니다.>>

특성

적용 대상