XPathNavigator.ToString メソッド

定義

現在のノードのテキスト値を取得します。

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

戻り値

String

現在のノードのテキスト値が格納された string

注釈

メソッドによって ToString 返されるコンテンツは、ノードの XPathNodeType 内容によって異なります。

XPathNodeType プロパティ値
Root InnerTextルート ノードの値。
Element 要素の InnerText
Attribute 属性の値。
Text テキスト ノードの内容。
ProcessingInstruction ターゲットを含まない全体の内容。
Comment コメントの内容。
Whitespace マークアップの間の空白。
SignificantWhitespace 混合コンテンツ モデルのマークアップ間の空白、またはスコープ内の xml:space='preserve' 空白。

適用対象