共用方式為


WebAuthenticationCoreManager.FindAccountAsync 方法

定義

以非同步方式嘗試尋找 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)

參數

provider
WebAccountProvider

Web 帳戶的 Web 帳戶提供者。

webAccountId
String

Platform::String

winrt::hstring

Web 帳戶的識別碼。

傳回

非同步尋找作業。 成功完成時,包含代表找到之 Web 帳戶的 WebAccount 物件。

屬性

適用於

另請參閱