Contains(ExtenderProject) Method
See Also 
SourceCode.Workflow.Authoring Namespace > ExtenderProjectCollection Class > Contains Method : Contains(ExtenderProject) Method



item

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Overrides Function Contains( _
   ByVal item As ExtenderProject _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ExtenderProjectCollection
Dim item As ExtenderProject
Dim value As Boolean
 
value = instance.Contains(item)
C#  
public override bool Contains( 
   ExtenderProject item
)
C++/CLI  
public:
bool Contains( 
   ExtenderProject^ item
) override 

Parameters

item

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