| AkXmlGetNodeIndexByDeepFirst Method |
按深度优先获取节点在整个文档中的索引顺序值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static int GetNodeIndexByDeepFirst(
XmlElement node
)
Parameters
- node
- Type: System.XmlXmlElement
节点。
Return Value
Type:
Int32索引值。
See Also