XDocument.GetErrorsForDocument 方法 | |
Get error for a specific document
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 STATIC METHOD GetErrorsForDocument(
nDocHandle AS INT64
) AS IEnumerable<XError>
public static IEnumerable<XError> GetErrorsForDocument(
long nDocHandle
)
查看代码参数
- nDocHandle
- 类型:Int64
返回值
类型:
IEnumerableXError参见