XmlQueryNodeSequence.ICollection<XPathItem>.Add(XPathItem) 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.
Throws the NotSupportedException exception.
This API supports the product infrastructure and is not intended to be used directly from your code.
virtual void System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::Add;
void ICollection<XPathItem>.Add (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add : System.Xml.XPath.XPathItem -> unit
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add : System.Xml.XPath.XPathItem -> unit
Sub Add (value As XPathItem) Implements ICollection(Of XPathItem).Add