Initializes an instance of the ProjectData class.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    projectId As Guid, _
    solutionName As String, _
    projectName As String, _
    projectRelativePath As String _
)
public ProjectData(
    Guid projectId,
    string solutionName,
    string projectName,
    string projectRelativePath
)
public:
ProjectData(
    Guid projectId, 
    String^ solutionName, 
    String^ projectName, 
    String^ projectRelativePath
)
new : 
        projectId:Guid * 
        solutionName:string * 
        projectName:string * 
        projectRelativePath:string -> ProjectData
public function ProjectData(
    projectId : Guid, 
    solutionName : String, 
    projectName : String, 
    projectRelativePath : String
)
Parameters
- projectId 
 Type: Guid- The Guid that uniquely identifies the project. 
- solutionName 
 Type: String- A string that contains the name of the solution in which the project is located. 
- projectName 
 Type: String- A string that contains the name of the project. 
- projectRelativePath 
 Type: String- A string that contains the relative path of the project. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.