SubProject Constructor(String)
See Also 
SourceCode.ProjectSystem Namespace > SubProject Class > SubProject Constructor : SubProject Constructor(String)



projectFile

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal projectFile As String _
)
Visual Basic (Usage) Copy Code
Dim projectFile As String
 
Dim instance As New SubProject(projectFile)
C#  
public SubProject( 
   string projectFile
)
C++/CLI  
public:
SubProject( 
   String^ projectFile
)

Parameters

projectFile

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