XmlQueryRuntime.AddNewIndex(XPathNavigator, Int32, XmlILIndex) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a newly built index over the specified context document to the existing collection of indexes.
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)
Parameters
- context
- XPathNavigator
An instance of the XPathNavigator class.
- indexId
- Int32
A value of type int
.
- index
- XmlILIndex
An instance of the XmlILIndex class.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET