Share via


WebAuthenticationCoreManager.FindAccountAsync Metode

Definisi

Secara asinkron mencoba menemukan penyedia akun web.

public:
 static IAsyncOperation<WebAccount ^> ^ FindAccountAsync(WebAccountProvider ^ provider, Platform::String ^ webAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider const& provider, winrt::hstring const& webAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider provider, string webAccountId);
function findAccountAsync(provider, webAccountId)
Public Shared Function FindAccountAsync (provider As WebAccountProvider, webAccountId As String) As IAsyncOperation(Of WebAccount)

Parameter

provider
WebAccountProvider

Penyedia akun web untuk akun web.

webAccountId
String

Platform::String

winrt::hstring

Pengidentifikasi akun web.

Mengembalikan

Operasi penemuan asinkron. Setelah berhasil diselesaikan, berisi objek WebAccount yang mewakili akun web yang ditemukan.

Atribut

Berlaku untuk

Lihat juga