SecondaryTile.RequestDeleteForSelectionAsync(Rect) | requestDeleteForSelectionAsync(Rect) method

This topic has not yet been rated - Rate this topic

Displays a preview of the secondary tile above the specified rectangle, together with a confirmation dialog to delete the tile.

Syntax


secondaryTile.requestDeleteForSelectionAsync(selection).done( /* Your success and error handlers */ );

Parameters

selection

Type: Rect

The area that the tile is displayed directly above.

Return value

Type: IAsyncOperation<Boolean>

An object that provides information concerning the asynchronous delete operation.

Remarks

The only property that must be set on the tile before calling this method is tileId.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.StartScreen
Windows::UI::StartScreen [C++]

Metadata

Windows.winmd

See also

SecondaryTile
RequestDeleteForSelectionAsync(Rect, Placement)
Secondary tiles sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.