TileUpdater.EnableNotificationQueueForSquare310x310(Boolean) Method

Definition

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.

Applies to

See also