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



name
path

Glossary Item Box

Syntax

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

Parameters

name
path

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