UserDataAccountManager.ShowAccountSettingsAsync(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 account settings.
public:
static IAsyncAction ^ ShowAccountSettingsAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAccountSettingsAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAccountSettingsAsync(string id);
function showAccountSettingsAsync(id)
Public Shared Function ShowAccountSettingsAsync (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