XmlDictionaryWriter.WriteTextNode(XmlDictionaryReader, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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를 진행합니다.