XmlDictionaryWriter.WriteTextNode(XmlDictionaryReader, Boolean) 메서드

정의

XmlDictionaryReader가 현재 배치되어 있는 텍스트 노드를 작성합니다.

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)

매개 변수

reader
XmlDictionaryReader

텍스트 값을 가져올 XmlDictionaryReader입니다.

isAttribute
Boolean

판독기가 특성 값 또는 요소 콘텐츠에 배치되어 있음을 나타내려면 true이고, 그렇지 않으면 false입니다.

설명

요소 콘텐츠에 배치된 경우 이 메서드는 XmlDictionaryReader를 진행합니다.

적용 대상