ProjectsLoadProgressEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event data for project load status.
public ref class ProjectsLoadProgressEventArgs sealed : EventArgs
[System.Runtime.Serialization.DataContract]
public sealed class ProjectsLoadProgressEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type ProjectsLoadProgressEventArgs = class
inherit EventArgs
Public NotInheritable Class ProjectsLoadProgressEventArgs
Inherits EventArgs
- Inheritance
-
ProjectsLoadProgressEventArgs
- Attributes
Constructors
ProjectsLoadProgressEventArgs(String, Int32, Int32) |
Initializes a new instance of the ProjectsLoadProgressEventArgs class. |
Properties
CurrentProjectDisplayName |
Gets the name of the project that is loading. |
ProjectsLoaded |
Gets number of projects that have loaded so far. |
TotalProjects |
Gets total number of projects to load. |