XmlQueryRuntime.FindIndex(XPathNavigator, Int32, XmlILIndex) 메서드

정의

지정한 문서를 통해 이미 만들어진 경우 지정된 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 클래스의 인스턴스입니다.

적용 대상