ApplicationData.GetForUser(User) 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.
Get an instance of ApplicationData for the specified user.
public:
static ApplicationData ^ GetForUser(User ^ user);
static ApplicationData GetForUser(User const& user);
public static ApplicationData GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As ApplicationData
Parameters
- user
- User
The user for which to get the ApplicationData instance.
Returns
Remarks
Note that this is equivalent to Windows.Storage.ApplicationData.GetForUserAsync().