XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
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.