UserDataAccountManager.ShowAccountErrorResolverAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法显示帐户错误的解决消息。
public:
static IAsyncAction ^ ShowAccountErrorResolverAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAccountErrorResolverAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAccountErrorResolverAsync(string id);
function showAccountErrorResolverAsync(id)
Public Shared Function ShowAccountErrorResolverAsync (id As String) As IAsyncAction
参数
- id
-
String
Platform::String
winrt::hstring
用户数据帐户 ID。
返回
指示成功或失败的异步操作。
- 属性