XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) 메서드

정의

개체 또는 값 시 XPathNavigator 퀀스를 개체 목록 또는 시퀀스 XPathItem 로 변환합니다.

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

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ NavigatorsToItems(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ listNavigators);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathItem> NavigatorsToItems(System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> listNavigators);
static member NavigatorsToItems : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> System.Collections.Generic.IList<System.Xml.XPath.XPathItem>
Public Shared Function NavigatorsToItems (listNavigators As IList(Of XPathNavigator)) As IList(Of XPathItem)

매개 변수

listNavigators
IList<XPathNavigator>

인스턴스 시 XPathNavigator 퀀스입니다.

반품

형식의 제네릭 목록입니다 XPathItem.

적용 대상