XmlHelperExtReadAllChildallValue Method | Helper帮助文档 |
获取某一节点的所有孩子节点的值
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string[] ReadAllChildallValue( string node )
Public Function ReadAllChildallValue ( node As String ) As String()
public: array<String^>^ ReadAllChildallValue( String^ node )
member ReadAllChildallValue : node : string -> string[]
Parameters
- node
- Type: SystemString
要查询的节点
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.ReadAllChildallValue(System.String)"]
See Also