Click or drag to resize
AkXmlSetAttribute Method (XmlElement, ListString, ListObject)
设置多个属性

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SetAttribute(
	XmlElement nd,
	List<string> attrNames,
	List<Object> attrValues
)

Parameters

nd
Type: System.XmlXmlElement
attrNames
Type: System.Collections.GenericListString
attrValues
Type: System.Collections.GenericListObject
See Also