ProjectData Class
Represents information about a test project in Visual Studio.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | ProjectData(Guid, String^, String^, String^) | Initializes an instance of the ProjectData class. |
| Name | Description | |
|---|---|---|
![]() | ProjectId | Gets the unique identifier for the project. |
![]() | ProjectName | Gets the name of the project. |
![]() | ProjectRelativePath | Gets the relative path of the project within the solution directory. |
![]() | SolutionName | Gets the name of the solution in which the project is located. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the provided object is equal to the current ProjectData.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Requires no description.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string that contains the name and the value of each property.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

