Share via


CaptureCollection.ICollection<Capture>.Remove(Capture) Méthode

Définition

L'appel de cette méthode lève toujours 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

Paramètres

item
Capture

Objet à supprimer de la collection.

Retours

Boolean

L'appel de cette méthode lève toujours NotSupportedException.

Implémente

Exceptions

La collection est en lecture seule.

S’applique à