SecondaryTile.FindAllAsync(String) | findAllAsync(String) method

This topic has not yet been rated - Rate this topic

Retrieves a list of secondary tiles created for another app in the same package as the calling app.

Syntax


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

Parameters

applicationId

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The Package Relative Application ID (PRAID) of the app.

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
Secondary tiles sample

 

 

Build date: 12/4/2012

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