XmlSerializationWriter::WriteAttribute Method (String^, String^, String^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Writes an XML attribute where the namespace prefix is provided manually.
Assembly: System.Xml (in System.Xml.dll)
protected: void WriteAttribute( String^ prefix, String^ localName, String^ ns, String^ value )
Parameters
- prefix
-
Type:
System::String^
The namespace prefix to write.
- localName
-
Type:
System::String^
The local name of the XML attribute.
- ns
-
Type:
System::String^
The namespace represented by the prefix.
- value
-
Type:
System::String^
The value of the XML attribute as a string.
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: