ModelingBindingSource.AddNew Method
Adds a new item to the underlying list.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overrides Function AddNew As Object
public override Object AddNew()
public:
virtual Object^ AddNew() override
abstract AddNew : unit -> Object
override AddNew : unit -> Object
public override function AddNew() : Object
Return Value
Type: Object
The new item.
Implements
IBindingList.AddNew
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.