CaptureCollection.ICollection<Capture>.Remove(Capture) メソッド

定義

このメソッドを呼び出すと、必ず NotSupportedException がスローされます。

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Remove;
bool ICollection<Capture>.Remove (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
Function Remove (item As Capture) As Boolean Implements ICollection(Of Capture).Remove

パラメーター

item
Capture

コレクションから削除するオブジェクト。

戻り値

このメソッドを呼び出すと、必ず NotSupportedException がスローされます。

実装

例外

コレクションは読み取り専用です。

適用対象