Click or drag to resize
AkXmlGetDoc Method
根据路径创建文档对象。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static XmlDocument GetDoc(
	string path
)

Parameters

path
Type: SystemString
文件路径。

Return Value

Type: XmlDocument
文档对象。
See Also