TileUpdateManager.GetForUser(User) Method

Definition

Creates and initializes a new TileUpdateManagerForUser for the specified user, which lets you change the appearance or content of a tile for a specific user.

public:
 static TileUpdateManagerForUser ^ GetForUser(User ^ user);
 static TileUpdateManagerForUser GetForUser(User const& user);
public static TileUpdateManagerForUser GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As TileUpdateManagerForUser

Parameters

user
User

The user who will receive the tile updates.

Returns

An object that will update tiles for the specified user.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to