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 对象。
- 属性