CurrentAppSimulator.LinkUri Property

Definition

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

public:
 static property Uri ^ LinkUri { Uri ^ get(); };
static Uri LinkUri();
public static System.Uri LinkUri { get; }
var uri = CurrentAppSimulator.linkUri;
Public Shared ReadOnly Property LinkUri As Uri

Property Value

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 LinkUri element in the WindowsStoreProxy.xml file. For more information, see Using the WindowsStoreProxy.xml file with CurrentAppSimulator.

Applies to