TileFlyoutUpdater.Update(TileFlyoutNotification) Method

Definition

Sends a new tile flyout (mix view) notification to the primary or secondary tile associated with the updater.

Note

Sending a tile flyout notification to a device that does not support hover causes an exception to be thrown. Always verify the device's hover capability before you call this method.

public:
 virtual void Update(TileFlyoutNotification ^ notification) = Update;
void Update(TileFlyoutNotification const& notification);
public void Update(TileFlyoutNotification notification);
function update(notification)
Public Sub Update (notification As TileFlyoutNotification)

Parameters

notification
TileFlyoutNotification

The notification object that supplies the new content for the tile's flyout.

Applies to