Compartilhar via


GlobalObjectCollection.IList.Contains Method

Determines whether an object is in the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaração
Private Function Contains ( _
    item As Object _
) As Boolean Implements IList.Contains
bool IList.Contains(
    Object item
)

Parameters

Return Value

Type: System.Boolean
true if the object is in the collection, otherwise false.

Implements

IList.Contains(Object)

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

Microsoft.VisualStudio.Shell.Design Namespace