点击或拖拽改变大小

Functions.XMLGetAttribute 方法

X#
Get attribute value of an XML tag.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION XMLGetAttribute(
	nTagHandle AS INT64,
	cAttributeName AS STRING
) AS STRING
查看代码

参数

nTagHandle
类型:Int64
Numeric handle of the XML tag.
cAttributeName
类型:String
Character string containing the name of the tag attribute whose value is searched.

返回值

类型:String
Returns a string representing the value of a tag attribute or NULL_STRING if no attribute with the given name exists.
备注
This function is used to obtain values of individual XML tag attributes by attribute name.
参见