CurrentAppSimulator.LinkUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得模擬的統一資源識別元 (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 檔案。