Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
ProjectData | Initializes an instance of the ProjectData class. |
Top
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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.
.gif)
.gif)