XmlQueryItemSequence Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XmlQueryItemSequence class.
Overloads
XmlQueryItemSequence() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlQueryItemSequence class. |
XmlQueryItemSequence(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlQueryItemSequence class. |
XmlQueryItemSequence(XPathItem) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlQueryItemSequence class. |
XmlQueryItemSequence()
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
Initializes a new instance of the XmlQueryItemSequence class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
XmlQueryItemSequence();
public XmlQueryItemSequence ();
Public Sub New ()
Applies to
XmlQueryItemSequence(Int32)
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
Initializes a new instance of the XmlQueryItemSequence class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
XmlQueryItemSequence(int capacity);
public XmlQueryItemSequence (int capacity);
new System.Xml.Xsl.Runtime.XmlQueryItemSequence : int -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Sub New (capacity As Integer)
Parameters
Applies to
XmlQueryItemSequence(XPathItem)
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
Initializes a new instance of the XmlQueryItemSequence class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
XmlQueryItemSequence(System::Xml::XPath::XPathItem ^ item);
public XmlQueryItemSequence (System.Xml.XPath.XPathItem item);
new System.Xml.Xsl.Runtime.XmlQueryItemSequence : System.Xml.XPath.XPathItem -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Sub New (item As XPathItem)