Click or drag to resize
AkXmlGetByIndexPath Method
根据索引路径获取节点。

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

Parameters

doc
Type: System.XmlXmlDocument
文档对象。
path
Type: SystemString
索引路径。

Return Value

Type: XmlElement
节点。
See Also