CurrentAppSimulator.LinkUri | linkUri property

This topic has not yet been rated - Rate this topic

Gets the simulated Uniform Resource Identifier (URI) that represents a Windows Store listing page for the current app.

Syntax


var linkUri = Windows.ApplicationModel.Store.CurrentAppSimulator.linkUri;

Property value

Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]

The URI of the Windows Store listing page for the current app as defined by the simulation.

Remarks

Gets the value of the CurrentApp/ListingInformation/App/LinkUri element in the WindowsStoreProxy.xml file. For more info, see the code examples in CurrentAppSimulator.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

CurrentAppSimulator

 

 

Build date: 2/25/2013

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