点击或拖拽改变大小

Functions.XMLDocGetErrorList 方法

X#
Get array of error descriptions.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION XMLDocGetErrorList(
	 nDocHandle AS INT64,
	 nErrHandle AS INT64
) AS ARRAY
查看代码

参数

nDocHandle
类型:Int64
Numeric handle of an XML document. Use this handle if a valid document handle was returned by an doc open function.
nErrHandle
类型:Int64
Numeric error handle returned XMLOpenDocFile() or XMLOpenDocString(). Use this handle to retrieve errors produced by an open function, where an invalid document handle was returned.

返回值

类型:__Array
Returns a two-dimensional array holding error information, or NULL_ARRAY if no error occurred.
备注