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

Definição

Gera a exceção NotSupportedException.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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 classe XPathItem.

Retornos

Boolean

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

Implementações

Aplica-se a