ProjectData(Guid, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.