ProjectBuildEndEvent 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 fires when project building is completed
public ref class ProjectBuildEndEvent : EventArgs
public class ProjectBuildEndEvent : EventArgs
type ProjectBuildEndEvent = class
inherit EventArgs
Public Class ProjectBuildEndEvent
Inherits EventArgs
- Inheritance
-
ProjectBuildEndEvent
Constructors
ProjectBuildEndEvent(String, BuildResult) |
Initializes a new instance of the ProjectBuildEndEvent class. |
ProjectBuildEndEvent(String, String, BuildResult) |
Initializes a new instance of the ProjectBuildEndEvent class. |
Properties
BuildConfiguration |
The build configuration for this project |
ProjectMoniker |
Project moniker (usually the full path of the project file) |
Result |
Build outcome. |