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
使用者帳戶識別碼。
傳回
表示成功或失敗的非同步動作。
- 屬性