PropertyDescriptorCollection.IList.Remove(Object) Método
Definição
Remove a primeira ocorrência de um valor especificado da coleção.Removes the first occurrence of a specified value from the collection.
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
O item a ser removido da coleção.The item to remove from the collection.
Implementações
Exceções
A coleção é somente leitura.The collection is read-only.