TileUpdater.EnableNotificationQueueForSquare310x310(Boolean) 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.
Enables the tile to queue up to five notifications on the large tile.
public:
virtual void EnableNotificationQueueForSquare310x310(bool enable) = EnableNotificationQueueForSquare310x310;
void EnableNotificationQueueForSquare310x310(bool const& enable);
public void EnableNotificationQueueForSquare310x310(bool enable);
function enableNotificationQueueForSquare310x310(enable)
Public Sub EnableNotificationQueueForSquare310x310 (enable As Boolean)
Parameters
- enable
-
Boolean
bool
True to enable queuing on this tile size; otherwise false.
Remarks
We recommend that you disable the notification queu when using a large tile with one of the following templates, which already show three notifications simultaneously. This avoids a tile that's distractingly busy to the user.
- TileSquare310x310SmallImagesAndTextList01
- TileSquare310x310SmallImagesAndTextList02
- TileSquare310x310SmallImagesAndTextList03
- TileSquare310x310SmallImagesAndTextList04
- TileSquare310x310TextList01
- TileSquare310x310TextList02
- TileSquare310x310TextList03