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