2.0
3.0
>
comp
>
gb.xml
>
xmlnode
>
name
前一个
下一个
编辑
重命名
撤销
搜索
管理
文档
警告! 该页面未翻译。
参见英文版
XmlNode.Name (gb.xml)
Property
Name
As
String
This
属性
returns the name of the node.
The behaviour of this property may vary depending on the node type :
Element :
returns the element name.
Text node :
returns
#text
.
CDATA section :
returns
#cdata
.
Comment node :
returns
#comment
.
Attribute node :
returns the attribute name.