Compartir a través de


XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Método

Definición

Agrega a la colección existente de índices un índice recién creado en el documento de contexto especificado.

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)

Parámetros

context
XPathNavigator

Instancia de la clase XPathNavigator.

indexId
Int32

Valor de tipo int.

index
XmlILIndex

Instancia de la clase XmlILIndex.

Se aplica a