SecondaryTile.FindAllAsync() | findAllAsync() method

This topic has not yet been rated - Rate this topic

Retrieves a list of secondary tiles created for the calling app.

Syntax


Windows.UI.StartScreen.SecondaryTile.findAllAsync().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<IVectorView>

An enumeration object that allows you to examine the set of tiles.

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
FindAllAsync(String)
Secondary tiles sample

 

 

Build date: 12/4/2012

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