ProjectData Class

Definition

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

Name Description
ProjectData(Guid, String, String, String)

Initializes an instance of the ProjectData class.

Properties

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.

Methods

Name Description
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.

Applies to