次の方法で共有


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 オブジェクトが含まれます。

属性

適用対象

こちらもご覧ください