CreateAttribute Method
CreateAttribute(String, String, String)
Creates a PositionXmlAttribute.
Declaration
public override XmlAttribute CreateAttribute(string prefix, string localName, string namespaceURI)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | |
System.String | localName | |
System.String | namespaceURI |
Returns
Type | Description |
---|---|
System.Xml.XmlAttribute |
Overrides
System.Xml.XmlDocument.CreateAttribute(System.String, System.String, System.String)