LinkedElementCollection<T>.IBindingList.AddNew Method
Creates a new element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Private Function AddNew As Object Implements IBindingList.AddNew
Object IBindingList.AddNew()
private:
virtual Object^ AddNew() sealed = IBindingList::AddNew
private abstract AddNew : unit -> Object
private override AddNew : unit -> Object
JScript does not support explicit interface implementations.
Return Value
Type: Object
The element that was added.
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.