XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un index construit récemment sur le document de contexte spécifié à la collection existante des 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)
Paramètres
- context
- XPathNavigator
Instance de la classe XPathNavigator.
- indexId
- Int32
Valeur de type int
.
- index
- XmlILIndex
Instance de la classe XmlILIndex.