XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) Método
Definição
Gera a exceção NotSupportedException.Throws the NotSupportedException exception.
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
Retornos
true se o item for removido, caso contrário, false.true if the item is removed; otherwise, false.