Sdílet prostřednictvím


XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Metoda

Definice

Přidá nově sestavený index přes zadaný kontext dokumentu do existující kolekce indexů.

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

Instance třídy XPathNavigator

indexId
Int32

Hodnota typu int.

index
XmlILIndex

Instance třídy XmlILIndex

Platí pro