__VSASPFLAGS 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.
Sets a viewer to be one of the system defaults.
This enumeration supports a bitwise combination of its member values.
public enum class __VSASPFLAGS
C++/CX
public enum class __VSASPFLAGS
enum __VSASPFLAGS
[System.Flags]
public enum __VSASPFLAGS
[<System.Flags>]
type __VSASPFLAGS =
Public Enum __VSASPFLAGS
- Inheritance
-
__VSASPFLAGS
- Attributes
Name | Value | Description |
---|---|---|
ASP_MakeDefault | 1 | Make this viewer a default. |
ASP_UnsetOldDefaults | 2 | Unset all other default viewers. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |