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宣言の内容です。

参照