TileUpdater.EnableNotificationQueueForSquare150x150(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 medium tile.
public:
virtual void EnableNotificationQueueForSquare150x150(bool enable) = EnableNotificationQueueForSquare150x150;
void EnableNotificationQueueForSquare150x150(bool const& enable);
public void EnableNotificationQueueForSquare150x150(bool enable);
function enableNotificationQueueForSquare150x150(enable)
Public Sub EnableNotificationQueueForSquare150x150 (enable As Boolean)
Parameters
- enable
-
Boolean
bool
True to enable queuing on this tile size; otherwise false.