nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / IXmlDocumentTree

IXmlDocumentTree

Full name Microsoft.VisualBasic.Text.Xml.IXmlDocumentTree Assembly Microsoft.VisualBasic.Runtime Members 2

01 Syntax

Microsoft.VisualBasic.Text.Xml.IXmlDocumentTree

02 Methods

NameOverloadsSummary
GetAllChilds 1 获取当前节点内的所有直接的子节点
GetAllChildsByNodeName 1 得到当前节点内所有的目标名称的子节点

03 Members

method GetAllChilds #
GetAllChilds

获取当前节点内的所有直接的子节点

method GetAllChildsByNodeName #
GetAllChildsByNodeName(String)

得到当前节点内所有的目标名称的子节点

Parameters
NameTypeDescription
nodenameString

-