XsltConvert.ToNodeSet Metoda

Definicja

Konwertuje określone wartości na sekwencję węzłów.

Przeciążenia

ToNodeSet(IList<XPathItem>)

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

Konwertuje elementy na sekwencję węzłów.

ToNodeSet(XPathItem)

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

Konwertuje określoną wartość na węzeł.

ToNodeSet(IList<XPathItem>)

Konwertuje elementy na sekwencję węzłó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::XPathNavigator ^> ^ ToNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

Parametry

listItems
IList<XPathItem>

Sekwencja XPathItem wystąpień.

Zwraca

IList<XPathNavigator>

Sekwencja XPathNavigator wystąpień.

Dotyczy

ToNodeSet(XPathItem)

Konwertuje określoną wartość na węzeł.

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::XPathNavigator ^> ^ ToNodeSet(System::Xml::XPath::XPathItem ^ item);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Xml.XPath.XPathItem item);
static member ToNodeSet : System.Xml.XPath.XPathItem -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (item As XPathItem) As IList(Of XPathNavigator)

Parametry

item
XPathItem

Wystąpienie klasy XPathItem.

Zwraca

IList<XPathNavigator>

Wystąpienie klasy XmlQuerySequence<T>.

Dotyczy