Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ProjectData Class

 

Represents information about a test project in Visual Studio.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::ProjectData

[SerializableAttribute]
public ref class ProjectData sealed 

NameDescription
System_CAPS_pubmethodProjectData(Guid, String^, String^, String^)

Initializes an instance of the ProjectData class.

NameDescription
System_CAPS_pubpropertyProjectId

Gets the unique identifier for the project.

System_CAPS_pubpropertyProjectName

Gets the name of the project.

System_CAPS_pubpropertyProjectRelativePath

Gets the relative path of the project within the solution directory.

System_CAPS_pubpropertySolutionName

Gets the name of the solution in which the project is located.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether the provided object is equal to the current ProjectData.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Requires no description.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: