__VSPKGRESETFLAGS Enumeration

 

Used with ResetDefaults calls.

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

[FlagsAttribute]
public enum __VSPKGRESETFLAGS

Member nameDescription
PKGRF_ADDSTDPREVIEWER

Package to add additional previewers to list for OpenStandardPreviewer(OSP_UsePreviewWithDialog,...).

PKGRF_TOOLBOXITEMS

Package to add its default items to toolbox.

PKGRF_TOOLBOXSETUP

Package to add additional default items to toolbox.

From vsshell.idl:

Return to top
Show: