bldActionTypes Enum
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.
public enum class bldActionTypes
public enum class bldActionTypes
enum bldActionTypes
public enum bldActionTypes
type bldActionTypes =
Public Enum bldActionTypes
- Inheritance
-
bldActionTypes
Fields
Name | Value | Description |
---|---|---|
TOB_Build | 0 | |
TOB_ReBuild | 1 | |
TOB_Clean | 2 | |
TOB_Link | 3 | |
TOB_PreBuildEvent | 4 | |
TOB_PreLinkEvent | 5 | |
TOB_PostBuildEvent | 6 | |
TOB_Compile | 8 | |
TOB_PlatformEvent | 16 | |
TOB_Deploy | 17 | |
TOB_BuildPDB | 18 | |
TOB_AnalyzeOnly | 19 |