CurrentAppSimulator.LinkUri 属性

定义

获取模拟的统一资源标识符 (URI) ,该 URI 表示当前应用的 Microsoft Store 一览页。

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

属性值

模拟定义的当前应用的 Microsoft Store 一览页的统一资源标识符 (URI) 。

注解

获取 WindowsStoreProxy.xml 文件中 LinkUri 元素的值。 有关详细信息,请参阅 将 WindowsStoreProxy.xml 文件与 CurrentAppSimulator 配合使用

适用于