Share via


CurrentAppSimulator.LinkUri 屬性

定義

取得模擬的統一資源識別元 (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 元素的值。 如需詳細資訊,請參閱 搭配 CurrentAppSimulator 使用 WindowsStoreProxy.xml 檔案

適用於