ReadOnlyLinkedElementCollection<T>.IBindingList.AddNew Method

This method is not supported because this is a read-only collection.

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 item added to the collection.

Implements

IBindingList.AddNew

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace