XmlHelperFetchChildNodeAttribute Method |
抓取子节点属性
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string FetchChildNodeAttribute(
XmlElement element,
string childNodeName,
string attributeName
)
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