CaptureCollection.IList.Clear Méthode

Définition

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

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

Implémente

Exceptions

La collection est en lecture seule.

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de CaptureCollection est castée en interface IList.

S’applique à