Bagikan melalui


BuildEndedEventArgs Class

Definition

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.

Applies to