name 元素 (程式庫架構)
<name > 元素會指定此程式庫的名稱。 此元素是必要的,而且沒有屬性或子項目。
Syntax
<!-- name -->
<xs:element name="libraryDescription">
<xs:complexType>
<xs:all>
<xs:element name="name" type="xs:string"/>
...
</libraryDescription>
項目資訊
Parent 項目 | 子元素 |
---|---|
libraryDescription 元素 (程式庫架構) |
備註
此名稱是顯示在 Windows 檔案總管中的易記程式庫名稱。 名稱可以用 dllname > , < index > 格式指定 < ,如下列範例所示。
<?xml version="1.0" encoding="UTF-8"?>
<libraryDescription xmlns="http://schemas.microsoft.com/windows/2009/library">
<name>@shell32.dll,-34575</name>
...
</libraryDescription>
相關主題