ReadOnlyObservableSet<T>::Contains Method (Object^)
Visual Studio 2015
Determines whether an element is in the ReadOnlyObservableSet<T>.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- item
-
Type:
System::Object^
The object to locate in the ReadOnlyObservableSet(T).
Return Value
Type: System::Booleantrue if item is found in the ReadOnlyObservableSet(T), otherwise false.
Show: