Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information about a test project in Visual Studio.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.ProjectData
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProjectData
[SerializableAttribute]
public sealed class ProjectData
[SerializableAttribute]
public ref class ProjectData sealed
[<Sealed>]
[<SerializableAttribute>]
type ProjectData =  class end
public final class ProjectData
The ProjectData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ProjectData | Initializes an instance of the ProjectData class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ProjectId | Gets the unique identifier for the project. | 
| .gif) | ProjectName | Gets the name of the project. | 
| .gif) | ProjectRelativePath | Gets the relative path of the project within the solution directory. | 
| .gif) | SolutionName | Gets the name of the solution in which the project is located. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Returns a value that indicates whether the provided object is equal to the current ProjectData. (Overrides Object.Equals(Object).) | 
| .gif) | GetHashCode | Requires no description. (Overrides Object.GetHashCode.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that contains the name and the value of each property. (Overrides Object.ToString.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.