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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.