ProjectData Class
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.
Represents information about a test project in Visual Studio.
public ref class ProjectData sealed
[System.Serializable]
public sealed class ProjectData
[<System.Serializable>]
type ProjectData = class
Public NotInheritable Class ProjectData
- Inheritance
-
ProjectData
- Attributes
Constructors
ProjectData(Guid, String, String, String) |
Initializes an instance of the ProjectData class. |
Properties
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. |
Methods
Equals(Object) |
Returns a value that indicates whether the provided object is equal to the current ProjectData. |
GetHashCode() |
Requires no description. |
ToString() |
Returns a string that contains the name and the value of each property. |