다음을 통해 공유


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

정의

지정된 컨텍스트 문서의 새로 작성된 인덱스를 기존 인덱스 컬렉션에 추가합니다.

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)

매개 변수

context
XPathNavigator

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

indexId
Int32

int 형식의 값입니다.

index
XmlILIndex

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

적용 대상