FilteredObservableCollection<T>.Add Method (Object)

Since this collection is read-only, throws an InvalidOperationException.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Function Add ( _
    value As Object _
) As Integer
public int Add(
    Object value
)
public:
virtual int Add(
    Object^ value
) sealed
abstract Add : 
        value:Object -> int 
override Add : 
        value:Object -> int 
public final function Add(
    value : Object
) : int

Parameters

Return Value

Type: System.Int32
The number of items.

Implements

IList.Add(Object)

.NET Framework Security

See Also

Reference

FilteredObservableCollection<T> Class

Add Overload

Microsoft.VisualStudio.Language.Intellisense Namespace