XmlHelperExt.Delete Method (String, String, String)

HD.Common

XmlHelperExtDelete 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 void Delete(
	string path,
	string node,
	string attribute
)
Public Shared Sub Delete ( 
	path As String,
	node As String,
	attribute As String
)
public:
static void Delete(
	String^ path, 
	String^ node, 
	String^ attribute
)
static member Delete : 
        path : string * 
        node : string * 
        attribute : string -> unit 

Parameters

path
Type: SystemString
路径
node
Type: SystemString
节点
attribute
Type: SystemString
属性名,非空时删除该节点属性值,否则删除节点值
See Also

Reference