LinkedElementCollection<T>.IBindingList.AddNew Method

Creates a new element.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaración
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: System.Object
The element that was added.

Implements

IBindingList.AddNew()

.NET Framework Security

See Also

Reference

LinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace