GroupCollection.ICollection<Group>.Remove(Group) 方法

定義

呼叫這個方法一律會擲回 NotSupportedException

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

參數

item
Group

要移除的群組。

傳回

呼叫這個方法一律會擲回 NotSupportedException

實作

例外狀況

不支援這個方法。 此為唯讀集合。

適用於