XmlDictionaryWriter.WriteTextNode(XmlDictionaryReader, Boolean) Metoda

Definice

Zapíše textový uzel, na XmlDictionaryReader který je aktuálně umístěn objekt .

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)

Parametry

reader
XmlDictionaryReader

Hodnota XmlDictionaryReader , ze které chcete získat text.

isAttribute
Boolean

truek označení, že čtenář je umístěn na hodnotě atributu nebo obsahu prvku; v opačném případě . false

Poznámky

Pokud je umístěn na obsahu prvku, tato metoda posune XmlDictionaryReader.

Platí pro