| AkXmlSetAttribute Method (XmlElement, ListString, ListObject) |
设置多个属性
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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