CurrentAppSimulator.LinkUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.