__VSBatchProjectActionFlags 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.
This enumeration supports a bitwise combination of its member values.
public enum class __VSBatchProjectActionFlags
[System.Flags]
public enum __VSBatchProjectActionFlags
[<System.Flags>]
type __VSBatchProjectActionFlags =
Public Enum __VSBatchProjectActionFlags
- Inheritance
-
__VSBatchProjectActionFlags
- Attributes
Fields
BPAF_ALLOW_RELOAD_SOLUTION | 4 | |
BPAF_CLOSE_FILES | 1 | |
BPAF_IGNORE_SELFRELOAD_PROJECTS | 8 | |
BPAF_PROMPT_SAVE | 2 |