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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET