IVsBuildStatusCallback Members
Include Protected Members
Include Inherited Members
Enables the environment to receive notifications about the status of a build operation.
The IVsBuildStatusCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildBegin | Notifies the environment that a build operation has begun. | |
BuildEnd | Notifies the environment that a build operation has ended. fSuccess indicates whether the build completed successfully. | |
Tick | Notifies the environment that a build operation is in progress. |
Top