BCGControlBar Library for .NET
Contains Method (CollectionWithEvents)




Specifies the element to search in the collection.
Returns a Boolean value indicating whether a CollectionWithEvents object contains a specified element.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As CollectionWithEvents
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   object value
)
public: bool Contains( 
   Object* value
) 
public:
bool Contains( 
   Object^ value
) 

Parameters

value
Specifies the element to search in the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionWithEvents Class
CollectionWithEvents Members

Send Feedback