Share via


ProjectsLoadProgressEventArgs(String, Int32, Int32) Constructor

Definition

Initializes a new instance of the ProjectsLoadProgressEventArgs class.

public:
 ProjectsLoadProgressEventArgs(System::String ^ currentProjectDisplayName, int projectsLoaded, int totalProjects);
public ProjectsLoadProgressEventArgs (string currentProjectDisplayName, int projectsLoaded, int totalProjects);
new Microsoft.VisualStudio.RpcContracts.Solution.ProjectsLoadProgressEventArgs : string * int * int -> Microsoft.VisualStudio.RpcContracts.Solution.ProjectsLoadProgressEventArgs
Public Sub New (currentProjectDisplayName As String, projectsLoaded As Integer, totalProjects As Integer)

Parameters

currentProjectDisplayName
String

The name of the project that is loading.

projectsLoaded
Int32

Number of projects that have loaded so far.

totalProjects
Int32

Total number of projects to load.

Applies to