- item
- Object to test.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Contains( _ ByVal item As IMasterFormsCategory _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual bool Contains( IMasterFormsCategory item ) |
C++/CLI | |
---|---|
public: virtual bool Contains( IMasterFormsCategory^ item ) |
Parameters
- item
- Object to test.
Return Value
true if the item is found in the collection, false otherwise.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family