XmlDocument.CreateDefaultAttribute Method (String, String, String)
.NET Framework (current version)
Creates a default attribute with the specified prefix, local name and namespace URI.
Assembly: System.Xml (in System.Xml.dll)
Protected Friend Overridable Function CreateDefaultAttribute ( prefix As String, localName As String, namespaceURI As String ) As XmlAttribute
Parameters
- prefix
-
Type:
System.String
The prefix of the attribute (if any).
- localName
-
Type:
System.String
The local name of the attribute.
- namespaceURI
-
Type:
System.String
The namespace URI of the attribute (if any).
This method is a Microsoft extension to the Document Object Model (DOM).
.NET Framework
Available since 1.1
Available since 1.1
Show: