XmlHelperExt.Update Method (String, String)

HD.Common

XmlHelperExtUpdate Method (String, String) Helper帮助文档
修改指定节点的数据

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

public void Update(
	string node,
	string value
)
Public Sub Update ( 
	node As String,
	value As String
)
public:
void Update(
	String^ node, 
	String^ value
)
member Update : 
        node : string * 
        value : string -> unit 

Parameters

node
Type: SystemString
节点
value
Type: SystemString
See Also

Reference