Linguaggio

CaptureCollection.ICollection<Capture>.Remove(Capture) Metodo

Definizione

La chiamata a questo metodo genera NotSupportedExceptionsempre .

 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

Parametri

item
Capture

Oggetto da rimuovere dall'insieme.

Valori restituiti

La chiamata a questo metodo genera NotSupportedExceptionsempre .

Implementazioni

Eccezioni

La raccolta è di sola lettura.

Si applica a