Functions.XMLDocCloseAll 方法 | |
Close all open XML documents.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION XMLDocCloseAll() AS LOGIC
public static bool XMLDocCloseAll()
查看代码返回值
类型:
BooleanAllways returns .T. (true).
备注 Closes all XML documents, clears all errors and releases system resources.
参见