点击或拖拽改变大小

Functions.XMLDocSetAction 方法

X#
Set action code blocks for specific tags.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION XMLDocSetAction(
	nDocHandle AS INT64,
	cNode AS STRING,
	bCallback AS Codeblock
) AS LONG
查看代码

参数

nDocHandle
类型:Int64
Numeric handle of the XML document.
cNode
类型:String
A character string defining one or more nodes in the XML document. See description below.
bCallback
类型:Codeblock
A code block to be associated with the nodes in an XML document specified with cNode.

返回值

类型:Int32
The function returns the number of tags, or nodes, matching the string cNode.
备注