XmlDictionaryWriter.WriteTextNode(XmlDictionaryReader, Boolean) Method

Definition

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

protected:
 virtual void WriteTextNode(System::Xml::XmlDictionaryReader ^ reader, bool isAttribute);
protected virtual void WriteTextNode (System.Xml.XmlDictionaryReader reader, bool isAttribute);
abstract member WriteTextNode : System.Xml.XmlDictionaryReader * bool -> unit
override this.WriteTextNode : System.Xml.XmlDictionaryReader * bool -> unit
Protected Overridable Sub WriteTextNode (reader As XmlDictionaryReader, isAttribute As Boolean)

Parameters

reader
XmlDictionaryReader

The XmlDictionaryReader to get the text value from.

isAttribute
Boolean

true to indicate that the reader is positioned on an attribute value or element content; otherwise, false.

Remarks

If positioned on element content, this method advances the XmlDictionaryReader.

Applies to