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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.