FilteredObservableCollection<T> Methods
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Add(Object^) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Clear() | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Contains(T) | Determines whether the collection contains the specified item. |
![]() | Contains(Object^) | Determines whether the collection contains the specified object. |
![]() | CopyTo(array<T>^, Int32) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | CopyTo(Array^, Int32) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Filter(Predicate<T>^) | Filters the collection by the specified predicate. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Gets the enumerator. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | Gets the location of the specified item. |
![]() | IndexOf(Object^) | Gets the location of the specified item. |
![]() | Insert(Int32, T) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Insert(Int32, Object^) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | Remove(Object^) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | RemoveAt(Int32) | Since this collection is read-only, throws an InvalidOperationException. |
![]() | StopFiltering() | Removes the filter for the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets the enumerator. |



