XmlQueryNodeSequence.ICollection<XPathItem>.Add(XPathItem) Metoda

Definicja

Zgłasza NotSupportedException wyjątek.

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

 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

Parametry

value
XPathItem

Wystąpienie klasy XPathItem.

Implementuje

Dotyczy