XPathNavigator.MoveToParent メソッド
アセンブリ: System.Xml (system.xml.dll 内)

Dim instance As XPathNavigator Dim returnValue As Boolean returnValue = instance.MoveToParent
XPathNavigator が現在のノードの親ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、XPathNavigator の位置は変更されません。

MoveToParent メソッドの戻り値は、現在のノードの XPathNodeType および移動先となる親ノードの XPathNodeType によって異なります。
さまざまな XPathNodeType ノードとこれらの移動先として指定できる親ノードの表を次に示します。
XPathNodeType | |
---|---|
ProcessingInstruction | |
SignificantWhitespace |


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からXPathNavigator.MoveToParent メソッドを検索する場合は、下記のリンクをクリックしてください。

- XPathNavigator.MoveToParent メソッドのページへのリンク