vsBuildKind 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.
Indicates the kind of build.
public enum class vsBuildKind
C++/CX
public enum class vsBuildKind
enum vsBuildKind
[System.Runtime.InteropServices.Guid("3982FA28-7BCC-4F14-817C-93EEECE8BEEE")]
public enum vsBuildKind
[<System.Runtime.InteropServices.Guid("3982FA28-7BCC-4F14-817C-93EEECE8BEEE")>]
type vsBuildKind =
Public Enum vsBuildKind
- Inheritance
-
vsBuildKind
- Attributes
Name | Value | Description |
---|---|---|
vsBuildKindSolution | 0 | Build is a solution build. |
vsBuildKindProject | 1 | Build is a project build. |
vsBuildKindProjectItem | 2 | Build is a project item build. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |