CaptureCollection.IList.Clear Método

Definição

A chamada desse método sempre lança NotSupportedException.Calling this method always throws 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

Implementações

Exceções

A coleção é somente leitura.The collection is read-only.

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de CaptureCollection é convertida em uma interface de IList.It can be used only when the CaptureCollection instance is cast to an IList interface.

Aplica-se a