__VSPKGRESETFLAGS 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.
Used with ResetDefaults(UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSPKGRESETFLAGS
C++/CX
public enum class __VSPKGRESETFLAGS
enum __VSPKGRESETFLAGS
[System.Flags]
public enum __VSPKGRESETFLAGS
[<System.Flags>]
type __VSPKGRESETFLAGS =
Public Enum __VSPKGRESETFLAGS
- Inheritance
-
__VSPKGRESETFLAGS
- Attributes
Name | Value | Description |
---|---|---|
PKGRF_TOOLBOXITEMS | 1 | Package to add its default items to toolbox. |
PKGRF_TOOLBOXSETUP | 2 | Package to add additional default items to toolbox. |
PKGRF_ADDSTDPREVIEWER | 4 | Package to add additional previewers to list for OpenStandardPreviewer(UInt32, String, VSPREVIEWRESOLUTION, UInt32)(OSP_UsePreviewWithDialog,...). |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |