共用方式為


name 元素 (連結庫架構)

<名稱> 專案會指定此連結庫的名稱。 此元素為必要專案,且沒有屬性或子專案。

語法

<!-- name -->
<xs:element name="libraryDescription">
    <xs:complexType>
        <xs:all>
            <xs:element name="name" type="xs:string"/>
...
</libraryDescription>

元素資訊

Parent 元素 子專案
libraryDescription 元素 (連結庫架構)

 

言論

此名稱是 Windows 檔案總管中顯示的易記連結庫名稱。 您可以使用 <dllname>來指定名稱,<索引> 格式,如下列範例所示。

<?xml version="1.0" encoding="UTF-8"?>
<libraryDescription xmlns="http://schemas.microsoft.com/windows/2009/library">
  <name>@shell32.dll,-34575</name>
...
</libraryDescription>

libraryDescription 元素 (連結庫架構)

搜尋連接器描述架構