XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) Yöntem

Tanım

NotSupportedExceptionÖzel durumu oluşturur.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

 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

Parametreler

value
XPathItem

XPathItem sınıfının örneği.

Döndürülenler

Boolean

true öğe kaldırılırsa; Aksi takdirde, false .

Uygulamalar

Şunlara uygulanır