XmlDocument::CreateAttribute Method
.NET Framework (current version)
Creates an XmlAttribute with the specified name.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAttribute(String^) | Creates an XmlAttribute with the specified Name. |
![]() | CreateAttribute(String^, String^) | Creates an XmlAttribute with the specified qualified name and NamespaceURI. |
![]() | CreateAttribute(String^, String^, String^) | Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI. |
Show:
