CaptureCollection.IList.Remove(Object) Método
Definición
Cuando se llama a este método, siempre se produce NotSupportedException.Calling this method always throws NotSupportedException.
virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove
Parámetros
- value
- Object
Objeto que se quitará de la colección.The object to remove from the collection.
Implementaciones
Excepciones
La colección es de solo lectura.The collection is read-only.