ApplicationData.GetForUserAsync(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.
Static method that returns the ApplicationData for a User.
public:
static IAsyncOperation<ApplicationData ^> ^ GetForUserAsync(User ^ user);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ApplicationData> GetForUserAsync(User const& user);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ApplicationData> GetForUserAsync(User user);
function getForUserAsync(user)
Public Shared Function GetForUserAsync (user As User) As IAsyncOperation(Of ApplicationData)
Parameters
- user
- User
The User for which the ApplicationData is returned.
Returns
When this method completes, it returns the requested ApplicationData object.
- Attributes