Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI.
Public Overridable Function CreateAttribute ( _ prefix As String, _ localName As String, _ namespaceURI As String _ ) As XmlAttribute
public virtual XmlAttribute CreateAttribute( string prefix, string localName, string namespaceURI )
public: virtual XmlAttribute^ CreateAttribute( String^ prefix, String^ localName, String^ namespaceURI )
abstract CreateAttribute : prefix:string * localName:string * namespaceURI:string -> XmlAttribute override CreateAttribute : prefix:string * localName:string * namespaceURI:string -> XmlAttribute
The XmlAttribute can be added to an XmlElement using the SetAttributeNode method.
This method is a Microsoft extension to the Document Object Model (DOM).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2