System::Xml::XmlTextReader::get_Value 메서드

XmlTextReader::get_Value method

현재 노드의 텍스트 값을 반환합니다.

String System::Xml::XmlTextReader::get_Value() override

ReturnValue

반환된 값은 노드의 XmlTextReader::get_NodeType 값에 따라 달라집니다.

비고

다음 표는 반환할 값이 있는 노드 유형을 나열합니다. 다른 모든 노드 유형은 String::Empty를 반환합니다.
노드 유형
Attribute속성의 값.
CDATACDATA 섹션의 내용.
Comment주석의 내용.
DocumentType내부 하위 집합.
ProcessingInstruction대상을 제외한 전체 내용.
SignificantWhitespacexml:space=‘preserve’ 범위 내의 공백입니다.
Text텍스트 노드의 내용.
Whitespace마크업 사이의 공백.
XmlDeclaration선언의 내용.

또 보기