| AkXmlCreateNodeEx Method (XmlDocument, String, String, Object) |
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static XmlElement CreateNodeEx(
XmlDocument doc,
string nodeName,
string[] attrNames,
Object[] attrValues
)
Parameters
- doc
- Type: System.XmlXmlDocument
- nodeName
- Type: SystemString
- attrNames
- Type: SystemString
- attrValues
- Type: SystemObject
Return Value
Type:
XmlElement
See Also