XmlHelperExt.Read Method (String, String, String)

HD.Common

XmlHelperExtRead Method (String, String, String) Helper帮助文档
读取指定路径和节点的属性值

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Read(
	string path,
	string node,
	string attribute
)
Public Shared Function Read ( 
	path As String,
	node As String,
	attribute As String
) As String
public:
static String^ Read(
	String^ path, 
	String^ node, 
	String^ attribute
)
static member Read : 
        path : string * 
        node : string * 
        attribute : string -> string 

Parameters

path
Type: SystemString
路径
node
Type: SystemString
节点
attribute
Type: SystemString
属性名,非空时返回该属性值,否则返回串联值

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.Read(System.String,System.String,System.String)"]

See Also

Reference