Udostępnij przez


XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Metoda

Definicja

Konwertuje sekwencję XPathNavigator obiektów lub wartości na listę lub sekwencję XPathItem obiektów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

listNavigators
IList<XPathNavigator>

Sekwencja XPathNavigator wystąpień.

Zwraca

Ogólna lista typu XPathItem.

Dotyczy