Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The <name> element specifies the name of this library. This element is required and has no attributes or child elements.
Syntax
<!-- name -->
<xs:element name="libraryDescription">
<xs:complexType>
<xs:all>
<xs:element name="name" type="xs:string"/>
...
</libraryDescription>
Element Information
| Parent Element | Child Elements |
|---|---|
| libraryDescription Element (Library Schema) |
Remarks
The name is the friendly library name that is displayed in Windows Explorer. The name can be specified in a <dllname>,<index> format, as in the following example.
<?xml version="1.0" encoding="UTF-8"?>
<libraryDescription xmlns="http://schemas.microsoft.com/windows/2009/library">
<name>@shell32.dll,-34575</name>
...
</libraryDescription>
Related topics