TileFlyoutUpdater.Update(TileFlyoutNotification) 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.
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.