Share via


ProjectData Constructor

Initializes an instance of the ProjectData class.

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

Syntax

'Declaration
Public Sub New ( _
    projectId As Guid, _
    solutionName As String, _
    projectName As String, _
    projectRelativePath As String _
)
public ProjectData(
    Guid projectId,
    string solutionName,
    string projectName,
    string projectRelativePath
)
public:
ProjectData(
    Guid projectId, 
    String^ solutionName, 
    String^ projectName, 
    String^ projectRelativePath
)
new : 
        projectId:Guid * 
        solutionName:string * 
        projectName:string * 
        projectRelativePath:string -> ProjectData
public function ProjectData(
    projectId : Guid, 
    solutionName : String, 
    projectName : String, 
    projectRelativePath : String
)

Parameters

  • projectId
    Type: System.Guid
    The Guid that uniquely identifies the project.
  • solutionName
    Type: System.String
    A string that contains the name of the solution in which the project is located.
  • projectName
    Type: System.String
    A string that contains the name of the project.
  • projectRelativePath
    Type: System.String
    A string that contains the relative path of the project.

.NET Framework Security

See Also

Reference

ProjectData Class

Microsoft.VisualStudio.TestTools.Common Namespace