Udostępnij przez


XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Metoda

Definicja

Dodaje nowo utworzony indeks nad określonym dokumentem kontekstu do istniejącej kolekcji indeksów.

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)

Parametry

context
XPathNavigator

Wystąpienie klasy XPathNavigator.

indexId
Int32

Wartość typu int.

index
XmlILIndex

Wystąpienie klasy XmlILIndex.

Dotyczy