__VSASPFLAGS 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.
Sets a viewer to be one of the system defaults.
This enumeration supports a bitwise combination of its member values.
public enum class __VSASPFLAGS
public enum class __VSASPFLAGS
enum __VSASPFLAGS
[System.Flags]
public enum __VSASPFLAGS
[<System.Flags>]
type __VSASPFLAGS =
Public Enum __VSASPFLAGS
- Inheritance
-
__VSASPFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
ASP_MakeDefault | 1 | Make this viewer a default. |
ASP_UnsetOldDefaults | 2 | Unset all other default viewers. |