共用方式為


UserDataAccountManager.ShowAccountErrorResolverAsync(String) 方法

定義

這個方法會顯示帳戶錯誤的解析訊息。

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

使用者帳戶識別碼。

傳回

表示成功或失敗的非同步動作。

屬性

適用於