XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) Método

Definição

Atira a NotSupportedException exceção.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

 virtual bool System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::Remove;
bool ICollection<XPathItem>.Remove(System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove : System.Xml.XPath.XPathItem -> bool
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove : System.Xml.XPath.XPathItem -> bool
Function Remove (value As XPathItem) As Boolean Implements ICollection(Of XPathItem).Remove

Parâmetros

value
XPathItem

Uma instância da XPathItem classe.

Devoluções

true se o item for removido; caso contrário, false.

Implementações

Aplica-se a