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)
public protected: virtual XmlAttribute^ CreateDefaultAttribute( String^ prefix, String^ localName, String^ namespaceURI )
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: