BuildEndedEventArgs 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.
Context information relating to the end of a build operation.
public ref class BuildEndedEventArgs : EventArgs
public class BuildEndedEventArgs : EventArgs
type BuildEndedEventArgs = class
inherit EventArgs
Public Class BuildEndedEventArgs
Inherits EventArgs
- Inheritance
-
BuildEndedEventArgs
Constructors
BuildEndedEventArgs(BuildAction, BuildResult, IReadOnlyList<BuildableItem>) |
Initializes a new instance of the BuildEndedEventArgs class. |
Properties
BuildAction |
Gets the build action that has ended. |
BuildResult |
Gets the result of the build operation. |
RequestedItems |
Gets the buildable items that were requested for the build operation. |