__VSPKGRESETFLAGS Enumeration

Used with ResetDefaults calls.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSPKGRESETFLAGS
[FlagsAttribute]
public enum __VSPKGRESETFLAGS
[FlagsAttribute]
public enum class __VSPKGRESETFLAGS
[<FlagsAttribute>]
type __VSPKGRESETFLAGS
public enum __VSPKGRESETFLAGS

Members

Member name Description
PKGRF_TOOLBOXITEMS Package to add its default items to toolbox.
PKGRF_TOOLBOXSETUP Package to add additional default items to toolbox.
PKGRF_ADDSTDPREVIEWER Package to add additional previewers to list for OpenStandardPreviewer(OSP_UsePreviewWithDialog,...).

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace