UserDataAccountManager.ShowAccountErrorResolverAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method shows the resolve message for an account error.
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
Parameters
- id
-
String
Platform::String
winrt::hstring
The user data account ID.
Returns
An async action indicating success or failure.
- Attributes