Click or drag to resize
AkXmlLoadDocument Method
初始化 XmlDocument 并从指定的 URL 加载 XML 文档。

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

Parameters

path
Type: SystemString

Return Value

Type: XmlDocument
See Also