XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) メソッド

定義

NotSupportedException 例外をスローします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 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

パラメーター

value
XPathItem

XPathItem クラスのインスタンス。

戻り値

項目が削除される場合は、true。それ以外の場合は、false

実装

適用対象