BindingList<T>.IBindingList.AddNew Método

Definição

Adiciona um novo item à lista.Adds a new item to the list. Para obter mais informações, consulte AddNew().For more information, see AddNew().

 virtual System::Object ^ System.ComponentModel.IBindingList.AddNew() = System::ComponentModel::IBindingList::AddNew;
object IBindingList.AddNew ();
abstract member System.ComponentModel.IBindingList.AddNew : unit -> obj
override this.System.ComponentModel.IBindingList.AddNew : unit -> obj
Function AddNew () As Object Implements IBindingList.AddNew

Retornos

Object

O item adicionado à lista.The item added to the list.

Implementações

Exceções

Não há suporte para o método.This method is not supported.

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 BindingList<T> é convertida em uma interface de IBindingList.It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Essa implementação chama AddNewCore para adicionar um novo item à lista.This implementation calls AddNewCore to add a new item to the list.

Aplica-se a