다음을 통해 공유


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

반환된 인덱스입니다.

반환

Boolean

XmlILIndex 클래스의 인스턴스입니다.

적용 대상