vsBuildState Enum
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.
Represents the status of the build operation.
public enum class vsBuildState
C++/CX
public enum class vsBuildState
enum vsBuildState
[System.Runtime.InteropServices.Guid("16386F0E-4AD2-41B8-8D6F-7FF230AE1D17")]
public enum vsBuildState
[<System.Runtime.InteropServices.Guid("16386F0E-4AD2-41B8-8D6F-7FF230AE1D17")>]
type vsBuildState =
Public Enum vsBuildState
- Inheritance
-
vsBuildState
- Attributes
Name | Value | Description |
---|---|---|
vsBuildStateNotStarted | 1 | Build has not yet been started. |
vsBuildStateInProgress | 2 | Build is currently in progress. |
vsBuildStateDone | 3 | Build has been completed. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |