BuildProgressChangedEventArgs(Int32) Constructor
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.
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.