XmlQueryNodeSequence.IList<XPathItem>.Insert(Int32, XPathItem) 메서드

정의

NotSupportedException 예외를 발생시킵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 virtual void System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert(int index, System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^>::Insert;
void IList<XPathItem>.Insert (int index, System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert : int * System.Xml.XPath.XPathItem -> unit
override this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert : int * System.Xml.XPath.XPathItem -> unit
Sub Insert (index As Integer, value As XPathItem) Implements IList(Of XPathItem).Insert

매개 변수

index
Int32

int 형식의 값입니다.

value
XPathItem

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

구현

적용 대상