XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Method

Definition

Adds a newly built index over the specified context document to the existing collection of indexes.

public:
 void AddNewIndex(System::Xml::XPath::XPathNavigator ^ context, int indexId, System::Xml::Xsl::Runtime::XmlILIndex ^ index);
public void AddNewIndex (System.Xml.XPath.XPathNavigator context, int indexId, System.Xml.Xsl.Runtime.XmlILIndex index);
member this.AddNewIndex : System.Xml.XPath.XPathNavigator * int * System.Xml.Xsl.Runtime.XmlILIndex -> unit
Public Sub AddNewIndex (context As XPathNavigator, indexId As Integer, index As XmlILIndex)

Parameters

context
XPathNavigator

An instance of the XPathNavigator class.

indexId
Int32

A value of type int.

index
XmlILIndex

An instance of the XmlILIndex class.

Applies to