Contains(SubProject) Method
See Also 
SourceCode.ProjectSystem Namespace > SubProjectCollection Class > Contains Method : Contains(SubProject) Method



item

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Overrides Function Contains( _
   ByVal item As SubProject _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As SubProjectCollection
Dim item As SubProject
Dim value As Boolean
 
value = instance.Contains(item)
C#  
public override bool Contains( 
   SubProject item
)
C++/CLI  
public:
bool Contains( 
   SubProject^ 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