XmlDictionaryWriter.WriteTextNode(XmlDictionaryReader, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.