The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
