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

Dim instance As XPathNavigator Dim nav As XPathNavigator Dim returnValue As Boolean returnValue = instance.IsDescendant(nav)
戻り値
指定された XPathNavigator が現在の XPathNavigator の子孫である場合は true を返します。それ以外の場合は false を返します。

現在の XPathNavigator の子孫ノードに配置されている XPathNavigator は、現在の XPathNavigator の子孫です。たとえば、次の XML 文字列を使用したとします。
<item><name>widget</name></item>
現在の XPathNavigator が item ノードに配置され、指定された XPathNavigator が name ノードに配置されている場合、IsDescendant は true を返します。

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.IsDescendant メソッドを検索する場合は、下記のリンクをクリックしてください。

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