Click or drag to resize
XmlHelperFetchChildNodeAttribute Method
抓取子节点属性

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string FetchChildNodeAttribute(
	XmlElement element,
	string childNodeName,
	string attributeName
)

Parameters

element
Type: System.XmlXmlElement
Xml 元素
childNodeName
Type: SystemString
子节点名称
attributeName
Type: SystemString
属性名称

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.FetchChildNodeAttribute(System.Xml.XmlElement,System.String,System.String)"]

See Also