Share via


uap7:ImportRedirectionTable

允許封裝的應用程式宣告 API 重新導向。 API 重新導向可讓應用程式取用舊版二進位檔,這些二進位檔會針對不支援的 API 連結 (例如 CreateFile) ,並在模組載入時間以支援的 API 透明取代它們 (,例如 CreateFileFromApp) 。

元素階層

<套件>

    <應用程式>

         <應用程式>

              <uap7:Properties>

                   <uap7:ImportRedirectionTable>

Syntax

<uap7:ImportRedirectionTable>
  A string that represnets the name of a DLL file.
</uap7:ImportRedirectionTable>

屬性和項目

屬性

無。

子元素

無。

父元素

父元素 描述
uap7:Properties 應用程式的屬性。

備註

DLL 檔案會傳遞至 CreateProcess ,以影響載入器解析匯入的方式。

規格需求

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
OS 最低版本 Windows 10版本 1809 (組建 17763)