XmlHelperExtInsert Method (String, String, 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 Insert( string path, string node, string element, string attribute, string value )
Public Shared Sub Insert ( path As String, node As String, element As String, attribute As String, value As String )
public: static void Insert( String^ path, String^ node, String^ element, String^ attribute, String^ value )
static member Insert : path : string * node : string * element : string * attribute : string * value : string -> unit
Parameters
- path
- Type: SystemString
路径 - node
- Type: SystemString
节点 - element
- Type: SystemString
元素名,非空时插入新元素,否则在该元素中插入属性 - attribute
- Type: SystemString
属性名,非空时插入该元素属性值,否则插入元素值 - value
- Type: SystemString
值
See Also