XmlQueryNodeSequence.CreateOrReuse Method
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.
Clears and reuses the specified XmlQueryNodeSequence if it is available. If it is not available, creates a new XmlQueryNodeSequence.
Overloads
CreateOrReuse(XmlQueryNodeSequence) |
This API supports the product infrastructure and is not intended to be used directly from your code. Clears and reuses the specified XmlQueryNodeSequence if it is available. If the |
CreateOrReuse(XmlQueryNodeSequence, XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Clears and reuses the specified XmlQueryNodeSequence if it is available. If the |
CreateOrReuse(XmlQueryNodeSequence)
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
Clears and reuses the specified XmlQueryNodeSequence if it is available. If the seq
parameter is null
, creates a new XmlQueryNodeSequence.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::Xml::Xsl::Runtime::XmlQueryNodeSequence ^ CreateOrReuse(System::Xml::Xsl::Runtime::XmlQueryNodeSequence ^ seq);
public static System.Xml.Xsl.Runtime.XmlQueryNodeSequence CreateOrReuse (System.Xml.Xsl.Runtime.XmlQueryNodeSequence seq);
static member CreateOrReuse : System.Xml.Xsl.Runtime.XmlQueryNodeSequence -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Shared Function CreateOrReuse (seq As XmlQueryNodeSequence) As XmlQueryNodeSequence
Parameters
An instance of the XmlQueryNodeSequence class.
Returns
An instance of the XmlQueryNodeSequence class.
Applies to
CreateOrReuse(XmlQueryNodeSequence, XPathNavigator)
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
- Source:
- XmlQuerySequence.cs
Clears and reuses the specified XmlQueryNodeSequence if it is available. If the seq
parameter is null
, creates a new XmlQueryNodeSequence and adds navigator
to the sequence.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::Xml::Xsl::Runtime::XmlQueryNodeSequence ^ CreateOrReuse(System::Xml::Xsl::Runtime::XmlQueryNodeSequence ^ seq, System::Xml::XPath::XPathNavigator ^ navigator);
public static System.Xml.Xsl.Runtime.XmlQueryNodeSequence CreateOrReuse (System.Xml.Xsl.Runtime.XmlQueryNodeSequence seq, System.Xml.XPath.XPathNavigator navigator);
static member CreateOrReuse : System.Xml.Xsl.Runtime.XmlQueryNodeSequence * System.Xml.XPath.XPathNavigator -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Shared Function CreateOrReuse (seq As XmlQueryNodeSequence, navigator As XPathNavigator) As XmlQueryNodeSequence
Parameters
An instance of the XmlQueryNodeSequence class.
- navigator
- XPathNavigator
An instance of the XPathNavigator class.
Returns
An instance of the XmlQueryNodeSequence class.