XPathNavigator.MoveToPrevious メソッド

定義

派生クラスでオーバーライドされると、XPathNavigator を現在のノードの前の兄弟ノードに移動します。

public:
 abstract bool MoveToPrevious();
public abstract bool MoveToPrevious ();
abstract member MoveToPrevious : unit -> bool
Public MustOverride Function MoveToPrevious () As Boolean

戻り値

XPathNavigator が前の兄弟ノードに正常に移動した場合は true。前の兄弟ノードがないか、XPathNavigator の現在位置が属性ノードの場合は falsefalse の場合、XPathNavigator の位置は変更されません。

適用対象

こちらもご覧ください