[This is preliminary documentation and is subject to change.]
Adds a new item to the list.
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected override sealed Object IBindingList_AddNew() |
| Visual Basic |
|---|
Protected Overrides NotOverridable Function IBindingList_AddNew As Object |
| Visual C++ |
|---|
protected:
virtual Object^ IBindingList_AddNew() override sealed |
| F# |
|---|
abstract IBindingList_AddNew : unit -> Object
override IBindingList_AddNew : unit -> Object |
| JScript |
|---|
protected override final function IBindingList_AddNew() : Object |
Return Value
The item added to the list.
Remarks
Exceptions
See Also
Version History
1.5.2
- Access changed to protected