ModelingBindingSource.AddNew Method
Adds a new item to the underlying list.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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: System.Object
The new item.
Implements
.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.