ReadOnlyObservableSet<T>.Contains Method (Object)
Determines whether an element is in the ReadOnlyObservableSet<T>.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Function Contains ( _
item As Object _
) As Boolean
public bool Contains(
Object item
)
Parameters
- item
Type: System.Object
The object to locate in the ReadOnlyObservableSet(T).
Return Value
Type: System.Boolean
true if item is found in the ReadOnlyObservableSet(T), otherwise false.
Implements
IReadOnlyObservableSet.Contains(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.