The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ProjectData Constructor (Guid, String^, String^, String^)
Initializes an instance of the ProjectData class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
ProjectData(
Guid projectId,
String^ solutionName,
String^ projectName,
String^ projectRelativePath
)
Parameters
- projectId
-
Type:
System::Guid
The Guid that uniquely identifies the project.
- solutionName
-
Type:
System::String^
A string that contains the name of the solution in which the project is located.
- projectName
-
Type:
System::String^
A string that contains the name of the project.
- projectRelativePath
-
Type:
System::String^
A string that contains the relative path of the project.
Show: