다음을 통해 공유


WebAccountManager.FindAllProviderWebAccountsAsync 메서드

정의

모든 공급자 웹 계정을 비동기적으로 찾습니다.

public:
 static IAsyncOperation<IVectorView<WebAccount ^> ^> ^ FindAllProviderWebAccountsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<WebAccount>> FindAllProviderWebAccountsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccount>> FindAllProviderWebAccountsAsync();
function findAllProviderWebAccountsAsync()
Public Shared Function FindAllProviderWebAccountsAsync () As IAsyncOperation(Of IReadOnlyList(Of WebAccount))

반환

이 메서드가 완료되면 모든 공급자 웹 계정을 반환합니다.

특성

적용 대상