XPathNavigator.MoveToPrevious メソッド

定義

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

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

返品

true XPathNavigatorが前の兄弟ノードに正常に移動する場合はfalse。それ以外の場合は、前の兄弟ノードがない場合、またはXPathNavigatorが現在属性ノードに配置されている場合に。 false場合、XPathNavigatorの位置は変更されません。

適用対象

こちらもご覧ください