__VSBatchProjectAction 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 __VSBatchProjectAction
public enum __VSBatchProjectAction
type __VSBatchProjectAction =
Public Enum __VSBatchProjectAction
- Inheritance
-
__VSBatchProjectAction
Fields
Name | Value | Description |
---|---|---|
BPA_NONE | 0 | |
BPA_UNLOAD | 1 | |
BPA_LOAD | 2 | |
BPA_RELOAD | 3 | |
BPA_RELOADSOLUTION | 4 | |
BPA_ADD | 5 | |
BPA_REMOVE | 6 | |
BPA_PARENTUPDATE | 7 |