LinkedElementCollection<T>.IBindingList.AddNew Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new element.
virtual System::Object ^ System.ComponentModel.IBindingList.AddNew() = System::ComponentModel::IBindingList::AddNew;
object IBindingList.AddNew ();
override this.System.ComponentModel.IBindingList.AddNew : unit -> obj
Function AddNew () As Object Implements IBindingList.AddNew
Returns
The element that was added.