XmlSerializationWriter::WriteAttribute Method (String^, String^, String^, String^)

 

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.

Namespace:   System.Xml.Serialization
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
Return to top
Show: