CurrentAppSimulator.LinkUri Property

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

Syntax

public:
static property Uri^ LinkUri {
         Uri^ get ();
}  

Property value

Type: Uri 

  The Uniform Resource Identifier (URI) of the Microsoft 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

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

CurrentAppSimulator Class

CurrentAppSimulator Members

Windows.ApplicationModel.Store Namespace