XmlQueryRuntime.FindIndex(XPathNavigator, Int32, XmlILIndex) メソッド

定義

指定された ID を持つインデックスが指定されたドキュメントに対して既に作成されている場合は、そのインデックスを返し、さらに true を返します。 それ以外の場合は、新しい空のインデックスを作成して false を返します。

public:
 bool FindIndex(System::Xml::XPath::XPathNavigator ^ context, int indexId, [Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlILIndex ^ % index);
public bool FindIndex (System.Xml.XPath.XPathNavigator context, int indexId, out System.Xml.Xsl.Runtime.XmlILIndex index);
member this.FindIndex : System.Xml.XPath.XPathNavigator * int * XmlILIndex -> bool
Public Function FindIndex (context As XPathNavigator, indexId As Integer, ByRef index As XmlILIndex) As Boolean

パラメーター

context
XPathNavigator

コンテキスト ドキュメント。

indexId
Int32

検索するインデックスの ID。

index
XmlILIndex

取得するインデックス。

戻り値

XmlILIndex クラスのインスタンス。

適用対象