FilteredObservableCollection<T> Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(T)

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

System_CAPS_pubmethodAdd(Object^)

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

System_CAPS_pubmethodClear()

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

System_CAPS_pubmethodContains(T)

Determines whether the collection contains the specified item.

System_CAPS_pubmethodContains(Object^)

Determines whether the collection contains the specified object.

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

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

System_CAPS_pubmethodCopyTo(Array^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFilter(Predicate<T>^)

Filters the collection by the specified predicate.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

Gets the location of the specified item.

System_CAPS_pubmethodIndexOf(Object^)

Gets the location of the specified item.

System_CAPS_pubmethodInsert(Int32, T)

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

System_CAPS_pubmethodInsert(Int32, Object^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

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

System_CAPS_pubmethodRemove(Object^)

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

System_CAPS_pubmethodRemoveAt(Int32)

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

System_CAPS_pubmethodStopFiltering()

Removes the filter for the collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: