Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

userdataaccountstore_createaccountasync_946619348.md

File metadata and controls

30 lines (21 loc) · 1.07 KB
-api-id -api-type
M:Windows.ApplicationModel.UserDataAccounts.UserDataAccountStore.CreateAccountAsync(System.String,System.String)
winrt method

Windows.ApplicationModel.UserDataAccounts.UserDataAccountStore.CreateAccountAsync

-description

Asynchronously creates a user data account, specifying a displayable user name and a GUID that identifies the app in the Windows Store.

-parameters

-param userDisplayName

A string containing the user name that is suitable for display.

-param packageRelativeAppId

The GUID that identifies the app in the Windows Store.

-returns

Returns the newly created UserDataAccount.

-remarks

-examples

-see-also

CreateAccountAsync(String), CreateAccountAsync(String, String)