XmlDictionaryWriter Class

 

Represents an abstract class that Windows Communication Foundation (WCF) derives from XmlWriter to do serialization and deserialization.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)


public ref class XmlDictionaryWriter abstract : XmlWriter

NameDescription
System_CAPS_protmethodXmlDictionaryWriter()

Initializes a new instance of the XmlDictionaryWriter class.

NameDescription
System_CAPS_pubpropertyCanCanonicalize

This property always returns false. Its derived classes can override to return true if they support canonicalization.

System_CAPS_pubpropertySettings

Gets the XmlWriterSettings object used to create this XmlWriter instance.(Inherited from XmlWriter.)

System_CAPS_pubpropertyWriteState

When overridden in a derived class, gets the state of the writer.(Inherited from XmlWriter.)

System_CAPS_pubpropertyXmlLang

When overridden in a derived class, gets the current xml:lang scope.(Inherited from XmlWriter.)

System_CAPS_pubpropertyXmlSpace

When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.(Inherited from XmlWriter.)

NameDescription
System_CAPS_pubmethodClose()

When overridden in a derived class, closes this stream and the underlying stream.(Inherited from XmlWriter.)

System_CAPS_pubmethodSystem_CAPS_staticCreateBinaryWriter(Stream^)

Creates an instance of XmlDictionaryWriter that writes WCF binary XML format.

System_CAPS_pubmethodSystem_CAPS_staticCreateBinaryWriter(Stream^, IXmlDictionary^)

Creates an instance of XmlDictionaryWriter that writes WCF binary XML format.

System_CAPS_pubmethodSystem_CAPS_staticCreateBinaryWriter(Stream^, IXmlDictionary^, XmlBinaryWriterSession^)

Creates an instance of XmlDictionaryWriter that writes WCF binary XML format.

System_CAPS_pubmethodSystem_CAPS_staticCreateBinaryWriter(Stream^, IXmlDictionary^, XmlBinaryWriterSession^, Boolean)

Creates an instance of XmlDictionaryWriter that writes WCF binary XML format.

System_CAPS_pubmethodSystem_CAPS_staticCreateDictionaryWriter(XmlWriter^)

Creates an instance of XmlDictionaryWriter from an existing XmlWriter.

System_CAPS_pubmethodSystem_CAPS_staticCreateMtomWriter(Stream^, Encoding^, Int32, String^)

Creates an instance of XmlDictionaryWriter that writes XML in the MTOM format.

System_CAPS_pubmethodSystem_CAPS_staticCreateMtomWriter(Stream^, Encoding^, Int32, String^, String^, String^, Boolean, Boolean)

Creates an instance of XmlDictionaryWriter that writes XML in the MTOM format.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextWriter(Stream^)

Creates an instance of XmlDictionaryWriter that writes text XML.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextWriter(Stream^, Encoding^)

Creates an instance of XmlDictionaryWriter that writes text XML.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextWriter(Stream^, Encoding^, Boolean)

Creates an instance of XmlDictionaryWriter that writes text XML.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the XmlWriter class.(Inherited from XmlWriter.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources.(Inherited from XmlWriter.)

System_CAPS_pubmethodEndCanonicalization()

When implemented by a derived class, it stops the canonicalization started by the matching StartCanonicalization call.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFlush()

When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.(Inherited from XmlWriter.)

System_CAPS_pubmethodFlushAsync()

Asynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.(Inherited from XmlWriter.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodLookupPrefix(String^)

When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI.(Inherited from XmlWriter.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodStartCanonicalization(Stream^, Boolean, array<String^>^)

When implemented by a derived class, it starts the canonicalization.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Boolean>^, Int32, Int32)

Writes nodes from a Boolean array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<DateTime>^, Int32, Int32)

Writes nodes from a DateTime array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Decimal>^, Int32, Int32)

Writes nodes from a Decimal array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Double>^, Int32, Int32)

Writes nodes from a Double array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Guid>^, Int32, Int32)

Writes nodes from a Guid array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Int16>^, Int32, Int32)

Writes nodes from a Int16 array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Int32>^, Int32, Int32)

Writes nodes from a Int32 array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Int64>^, Int32, Int32)

Writes nodes from a Int64 array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<Single>^, Int32, Int32)

Writes nodes from a Single array.

System_CAPS_pubmethodWriteArray(String^, String^, String^, array<TimeSpan>^, Int32, Int32)

Writes nodes from a TimeSpan array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Boolean>^, Int32, Int32)

Writes nodes from a Boolean array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<DateTime>^, Int32, Int32)

Writes nodes from a DateTime array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Decimal>^, Int32, Int32)

Writes nodes from a Decimal array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Double>^, Int32, Int32)

Writes nodes from a Double array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Guid>^, Int32, Int32)

Writes nodes from a Guid array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Int16>^, Int32, Int32)

Writes nodes from a Int16 array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Int32>^, Int32, Int32)

Writes nodes from a Int32 array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Int64>^, Int32, Int32)

Writes nodes from a Int64 array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<Single>^, Int32, Int32)

Writes nodes from a Single array.

System_CAPS_pubmethodWriteArray(String^, XmlDictionaryString^, XmlDictionaryString^, array<TimeSpan>^, Int32, Int32)

Writes nodes from a TimeSpan array.

System_CAPS_pubmethodWriteAttributes(XmlReader^, Boolean)

When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteAttributesAsync(XmlReader^, Boolean)

Asynchronously writes out all the attributes found at the current position in the XmlReader.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteAttributeString(String^, String^)

When overridden in a derived class, writes out the attribute with the specified local name and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteAttributeString(String^, String^, String^)

When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteAttributeString(String^, String^, String^, String^)

When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteAttributeString(String^, XmlDictionaryString^, XmlDictionaryString^, String^)

Writes an attribute qualified name and value.

System_CAPS_pubmethodWriteAttributeString(XmlDictionaryString^, XmlDictionaryString^, String^)

Writes an attribute qualified name and value.

System_CAPS_pubmethodWriteAttributeStringAsync(String^, String^, String^, String^)

Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteBase64(array<Byte>^, Int32, Int32)

When overridden in a derived class, encodes the specified binary bytes as Base64 and writes out the resulting text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteBase64Async(array<Byte>^, Int32, Int32)

Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.(Overrides XmlWriter::WriteBase64Async(array<Byte>^, Int32, Int32).)

System_CAPS_pubmethodWriteBinHex(array<Byte>^, Int32, Int32)

When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteBinHexAsync(array<Byte>^, Int32, Int32)

Asynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCData(String^)

When overridden in a derived class, writes out a <![CDATA[...]]> block containing the specified text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCDataAsync(String^)

Asynchronously writes out a <![CDATA[...]]> block containing the specified text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCharEntity(Char)

When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCharEntityAsync(Char)

Asynchronously forces the generation of a character entity for the specified Unicode character value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteChars(array<Char>^, Int32, Int32)

When overridden in a derived class, writes text one buffer at a time.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCharsAsync(array<Char>^, Int32, Int32)

Asynchronously writes text one buffer at a time.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteComment(String^)

When overridden in a derived class, writes out a comment <!--...--> containing the specified text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteCommentAsync(String^)

Asynchronously writes out a comment <!--...--> containing the specified text.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteDocType(String^, String^, String^, String^)

When overridden in a derived class, writes the DOCTYPE declaration with the specified name and optional attributes.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteDocTypeAsync(String^, String^, String^, String^)

Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteElementString(String^, String^)

Writes an element with the specified local name and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteElementString(String^, String^, String^)

Writes an element with the specified local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteElementString(String^, String^, String^, String^)

Writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteElementString(String^, XmlDictionaryString^, XmlDictionaryString^, String^)

Writes an element with a text content.

System_CAPS_pubmethodWriteElementString(XmlDictionaryString^, XmlDictionaryString^, String^)

Writes an element with a text content.

System_CAPS_pubmethodWriteElementStringAsync(String^, String^, String^, String^)

Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEndAttribute()

When overridden in a derived class, closes the previous WriteStartAttribute call.(Inherited from XmlWriter.)

System_CAPS_protmethodWriteEndAttributeAsync()

Asynchronously closes the previous WriteStartAttribute call.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEndDocument()

When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEndDocumentAsync()

Asynchronously closes any open elements or attributes and puts the writer back in the Start state.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEndElement()

When overridden in a derived class, closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEndElementAsync()

Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEntityRef(String^)

When overridden in a derived class, writes out an entity reference as &name;.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteEntityRefAsync(String^)

Asynchronously writes out an entity reference as &name;.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteFullEndElement()

When overridden in a derived class, closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteFullEndElementAsync()

Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteName(String^)

When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNameAsync(String^)

Asynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNmToken(String^)

When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNmTokenAsync(String^)

Asynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNode(XmlDictionaryReader^, Boolean)

Writes the current XML node from an XmlDictionaryReader.

System_CAPS_pubmethodWriteNode(XmlReader^, Boolean)

Writes the current XML node from an XmlReader.(Overrides XmlWriter::WriteNode(XmlReader^, Boolean).)

System_CAPS_pubmethodWriteNode(XPathNavigator^, Boolean)

Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNodeAsync(XmlReader^, Boolean)

Asynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteNodeAsync(XPathNavigator^, Boolean)

Asynchronously copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteProcessingInstruction(String^, String^)

When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: <?name text?>.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteProcessingInstructionAsync(String^, String^)

Asynchronously writes out a processing instruction with a space between the name and text as follows: <?name text?>.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteQualifiedName(String^, String^)

When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteQualifiedName(XmlDictionaryString^, XmlDictionaryString^)

Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

System_CAPS_pubmethodWriteQualifiedNameAsync(String^, String^)

Asynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteRaw(array<Char>^, Int32, Int32)

When overridden in a derived class, writes raw markup manually from a character buffer.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteRaw(String^)

When overridden in a derived class, writes raw markup manually from a string.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteRawAsync(array<Char>^, Int32, Int32)

Asynchronously writes raw markup manually from a character buffer.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteRawAsync(String^)

Asynchronously writes raw markup manually from a string.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartAttribute(String^)

Writes the start of an attribute with the specified local name.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartAttribute(String^, String^)

Writes the start of an attribute with the specified local name and namespace URI.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartAttribute(String^, String^, String^)

When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartAttribute(String^, XmlDictionaryString^, XmlDictionaryString^)

Writes the start of an attribute with the specified prefix, local name, and namespace URI.

System_CAPS_pubmethodWriteStartAttribute(XmlDictionaryString^, XmlDictionaryString^)

Writes the start of an attribute with the specified local name, and namespace URI.

System_CAPS_protmethodWriteStartAttributeAsync(String^, String^, String^)

Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartDocument()

When overridden in a derived class, writes the XML declaration with the version "1.0".(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartDocument(Boolean)

When overridden in a derived class, writes the XML declaration with the version "1.0" and the standalone attribute.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartDocumentAsync()

Asynchronously writes the XML declaration with the version "1.0".(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartDocumentAsync(Boolean)

Asynchronously writes the XML declaration with the version "1.0" and the standalone attribute.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartElement(String^)

When overridden in a derived class, writes out a start tag with the specified local name.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartElement(String^, String^)

When overridden in a derived class, writes the specified start tag and associates it with the given namespace.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartElement(String^, String^, String^)

When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteStartElement(String^, XmlDictionaryString^, XmlDictionaryString^)

Writes the specified start tag and associates it with the given namespace and prefix.

System_CAPS_pubmethodWriteStartElement(XmlDictionaryString^, XmlDictionaryString^)

Writes the specified start tag and associates it with the given namespace.

System_CAPS_pubmethodWriteStartElementAsync(String^, String^, String^)

Asynchronously writes the specified start tag and associates it with the given namespace and prefix.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteString(String^)

When overridden in a derived class, writes the given text content.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteString(XmlDictionaryString^)

Writes the given text content.

System_CAPS_pubmethodWriteStringAsync(String^)

Asynchronously writes the given text content.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteSurrogateCharEntity(Char, Char)

When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteSurrogateCharEntityAsync(Char, Char)

Asynchronously generates and writes the surrogate character entity for the surrogate character pair.(Inherited from XmlWriter.)

System_CAPS_protmethodWriteTextNode(XmlDictionaryReader^, Boolean)

Writes the text node that an XmlDictionaryReader is currently positioned on.

System_CAPS_pubmethodWriteValue(Boolean)

Writes a Boolean value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(DateTime)

Writes a DateTime value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(DateTimeOffset)

Writes a DateTimeOffset value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(Decimal)

Writes a Decimal value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(Double)

Writes a Double value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(Guid)

Writes a Guid value.

System_CAPS_pubmethodWriteValue(Int32)

Writes a Int32 value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(Int64)

Writes a Int64 value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(IStreamProvider^)

Writes a value from an IStreamProvider.

System_CAPS_pubmethodWriteValue(Object^)

Writes the object value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(Single)

Writes a single-precision floating-point number.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(String^)

Writes a String value.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteValue(TimeSpan)

Writes a TimeSpan value.

System_CAPS_pubmethodWriteValue(UniqueId^)

Writes a Unique Id value.

System_CAPS_pubmethodWriteValue(XmlDictionaryString^)

Writes a XmlDictionaryString value.

System_CAPS_pubmethodWriteValueAsync(IStreamProvider^)

Asynchronously writes a value from an IStreamProvider.

System_CAPS_pubmethodWriteWhitespace(String^)

When overridden in a derived class, writes out the given white space.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteWhitespaceAsync(String^)

Asynchronously writes out the given white space.(Inherited from XmlWriter.)

System_CAPS_pubmethodWriteXmlAttribute(String^, String^)

Writes a standard XML attribute in the current node.

System_CAPS_pubmethodWriteXmlAttribute(XmlDictionaryString^, XmlDictionaryString^)

Writes an XML attribute in the current node.

System_CAPS_pubmethodWriteXmlnsAttribute(String^, String^)

Writes a namespace declaration attribute.

System_CAPS_pubmethodWriteXmlnsAttribute(String^, XmlDictionaryString^)

Writes a namespace declaration attribute.

You can derive from this class to do other functions than serialization.

Note that there is a known issue with the normalization of linefeed characters inside of CDATA sections that you may encounter.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: