WebAuthenticationCoreManager.FindAccountAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式嘗試尋找 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 物件。
- 屬性