Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified item is in the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function Contains ( _
item As Object _
) As Boolean Implements IList.Contains
bool IList.Contains(
Object item
)
private:
virtual bool Contains(
Object^ item
) sealed = IList::Contains
private abstract Contains :
item:Object -> bool
private override Contains :
item:Object -> bool
JScript does not support explicit interface implementations.
Parameters
- item
Type: System.Object
The item to find.
Return Value
Type: System.Boolean
true if the object can be found in the collection, otherwise false.
Implements
.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.