BuildProgressChangedEventArgs(Int32) Constructor

Definition

Initializes a new instance of the BuildProgressChangedEventArgs class.

public:
 BuildProgressChangedEventArgs(int progress);
public BuildProgressChangedEventArgs (int progress);
new Microsoft.VisualStudio.RpcContracts.Build.BuildProgressChangedEventArgs : int -> Microsoft.VisualStudio.RpcContracts.Build.BuildProgressChangedEventArgs
Public Sub New (progress As Integer)

Parameters

progress
Int32

The build progress in percentage.

Applies to