TileUpdateManagerForUser.CreateTileUpdaterForApplicationForUser 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.
Creates and initializes a new instance of the TileUpdater, which lets you change the appearance of the calling app's tile for the bound user.
public:
virtual TileUpdater ^ CreateTileUpdaterForApplicationForUser() = CreateTileUpdaterForApplicationForUser;
/// [Windows.Foundation.Metadata.Overload("CreateTileUpdaterForApplication")]
TileUpdater CreateTileUpdaterForApplicationForUser();
[Windows.Foundation.Metadata.Overload("CreateTileUpdaterForApplication")]
public TileUpdater CreateTileUpdaterForApplicationForUser();
function createTileUpdaterForApplicationForUser()
Public Function CreateTileUpdaterForApplicationForUser () As TileUpdater
Returns
The object you will use to send changes to the app's tile for the current user.
- Attributes