ProjectData(Guid, String, String, String) Constructor

Definition

Initializes an instance of the ProjectData class.

public:
 ProjectData(Guid projectId, System::String ^ solutionName, System::String ^ projectName, System::String ^ projectRelativePath);
public ProjectData (Guid projectId, string solutionName, string projectName, string projectRelativePath);
new Microsoft.VisualStudio.TestTools.Common.ProjectData : Guid * string * string * string -> Microsoft.VisualStudio.TestTools.Common.ProjectData
Public Sub New (projectId As Guid, solutionName As String, projectName As String, projectRelativePath As String)

Parameters

projectId
Guid

The Guid that uniquely identifies the project.

solutionName
String

A string that contains the name of the solution in which the project is located.

projectName
String

A string that contains the name of the project.

projectRelativePath
String

A string that contains the relative path of the project.

Applies to