Ler em inglês

Compartilhar via


BuildStartedEventArgs Class

Definition

Context information relating to the start of a build operation.

public ref class BuildStartedEventArgs : EventArgs
public class BuildStartedEventArgs : EventArgs
type BuildStartedEventArgs = class
    inherit EventArgs
Public Class BuildStartedEventArgs
Inherits EventArgs
Inheritance
BuildStartedEventArgs

Constructors

Properties

BuildAction

Gets the build action that has started.

RequestedItems

Gets the buildable items that were requested for the build operation.

Applies to