Sdílet prostřednictvím


XmlQueryNodeSequence Konstruktory

Definice

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Přetížení

XmlQueryNodeSequence()

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Inicializuje novou instanci XmlQueryNodeSequence třídy.

XmlQueryNodeSequence(IList<XPathNavigator>)

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Inicializuje novou instanci XmlQueryNodeSequence třídy.

XmlQueryNodeSequence(Int32)

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Inicializuje novou instanci XmlQueryNodeSequence třídy.

XmlQueryNodeSequence(XPathNavigator)

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Inicializuje novou instanci XmlQueryNodeSequence třídy.

XmlQueryNodeSequence(XPathNavigator[], Int32)

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Inicializuje novou instanci XmlQueryNodeSequence třídy.

XmlQueryNodeSequence()

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 XmlQueryNodeSequence();
public XmlQueryNodeSequence ();
Public Sub New ()

Platí pro

XmlQueryNodeSequence(IList<XPathNavigator>)

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 XmlQueryNodeSequence(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ list);
public XmlQueryNodeSequence (System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> list);
new System.Xml.Xsl.Runtime.XmlQueryNodeSequence : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Sub New (list As IList(Of XPathNavigator))

Parametry

list
IList<XPathNavigator>

Sekvence XPathNavigator instancí.

Platí pro

XmlQueryNodeSequence(Int32)

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 XmlQueryNodeSequence(int capacity);
public XmlQueryNodeSequence (int capacity);
new System.Xml.Xsl.Runtime.XmlQueryNodeSequence : int -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Sub New (capacity As Integer)

Parametry

capacity
Int32

Hodnota typu Int32 .

Platí pro

XmlQueryNodeSequence(XPathNavigator)

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 XmlQueryNodeSequence(System::Xml::XPath::XPathNavigator ^ navigator);
public XmlQueryNodeSequence (System.Xml.XPath.XPathNavigator navigator);
new System.Xml.Xsl.Runtime.XmlQueryNodeSequence : System.Xml.XPath.XPathNavigator -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Sub New (navigator As XPathNavigator)

Parametry

navigator
XPathNavigator

Instance třídy XPathNavigator

Platí pro

XmlQueryNodeSequence(XPathNavigator[], Int32)

Inicializuje novou instanci XmlQueryNodeSequence třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 XmlQueryNodeSequence(cli::array <System::Xml::XPath::XPathNavigator ^> ^ array, int size);
public XmlQueryNodeSequence (System.Xml.XPath.XPathNavigator[] array, int size);
new System.Xml.Xsl.Runtime.XmlQueryNodeSequence : System.Xml.XPath.XPathNavigator[] * int -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Sub New (array As XPathNavigator(), size As Integer)

Parametry

array
XPathNavigator[]

Pole instancí XPathNavigator třídy.

size
Int32

Hodnota typu int .

Platí pro