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 类的实例。