XmlQueryRuntime.FindIndex(XPathNavigator, Int32, XmlILIndex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已經建立指定之文件的索引,會傳回具有指定 ID 的該索引,並且傳回 true
。 否則,會建立新的空索引並傳回 false
。
public:
bool FindIndex(System::Xml::XPath::XPathNavigator ^ context, int indexId, [Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlILIndex ^ % index);
public bool FindIndex (System.Xml.XPath.XPathNavigator context, int indexId, out System.Xml.Xsl.Runtime.XmlILIndex index);
member this.FindIndex : System.Xml.XPath.XPathNavigator * int * XmlILIndex -> bool
Public Function FindIndex (context As XPathNavigator, indexId As Integer, ByRef index As XmlILIndex) As Boolean
參數
- context
- XPathNavigator
內容文件。
- indexId
- Int32
要尋找的索引 ID。
- index
- XmlILIndex
傳回的索引。
傳回
XmlILIndex 類別的執行個體。