name 元素 (库架构)
name <> 元素指定此库的名称。 此元素是必需的,没有属性或子元素。
语法
<!-- name -->
<xs:element name="libraryDescription">
<xs:complexType>
<xs:all>
<xs:element name="name" type="xs:string"/>
...
</libraryDescription>
元素信息
父元素 | 子元素 |
---|---|
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>
相关主题