EnvironmentProject Constructor
See Also 
SourceCode.Framework Namespace > EnvironmentProject Class : EnvironmentProject Constructor



name
fullFileName
projectGuid

Glossary Item Box

Syntax

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

Parameters

name
fullFileName
projectGuid

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