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)

public:
virtual int Add(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The value.

Return Value

Type: System::Int32

The number of items.

Return to top
Show: