Constants Enum

Definition

Miscellaneous collection of constants defined in various idl's.

public enum class Constants
public enum class Constants
enum Constants
public enum Constants
type Constants = 
Public Enum Constants
Inheritance
Constants

Fields

ACT_DEFAULT 0

Use the default document object activation.

ACT_SHOW 1

Display the document object.

CONTROLTYPELIB 1

A type library of an ActiveX control.

COUNT_LIBCAT_ACTIVEPROJECT 2

The value of the LC_ACTIVEPROJECT category.

COUNT_LIBCAT_CLASSACCESS 6

The value of the LC_CLASSACCESS category.

COUNT_LIBCAT_CLASSTYPE 14

The value of the LC_CLASSTYPE category.

COUNT_LIBCAT_MEMBERACCESS 6

The value of the LC_MEMBERACCESS category.

COUNT_LIBCAT_MEMBERTYPE 14

The value of the LC_MEMBERTYPE category.

COUNT_LIBCAT_MODIFIERTYPE 5

The value of the LC_MODIFIERTYPE category.

COUNT_LIBCAT_NODETYPE 3

The value of the LC_NODETYPE category.

COUNT_LIBCAT_VISIBILITY 2

The value of the LC_VISIBILITY category.

EPF_ALL 3

Obsolete.

EPF_LOADED 1

Obsolete.

EPF_UNLOADED 2

Obsolete.

EPF_VIRTUAL 24

Obsolete.

GETOBJS_ALL 1

All objects are returned.

GETOBJS_SELECTED 2

Only the selected objects are returned.

HELPINFO_WHATS_THIS_MODE_ON 1

The “What’s This” help mode.

LTVGN_FIRSTSEL 32

Retrieves the first selected item.

LTVGN_NEXTSEL 33

Retrieves the next selected item.

LTVGN_PREVIOUSSEL 34

Retrieves the previous selected item.

ME_FIRST_MENU_ITEM -2

The menu editor’s first menu item.

ME_UNKNOWN_MENU_ITEM -1

An unknown menu item in the menu editor.

OFN_ALLOWONLYFILESYSLOCS -2147483648

Only allow saving a file to the local file system.

PCL_AUTO_COMMANDS -1

Indicates there are auto completion items.

Priority_VsNewProjectPseudoFolder 900

Indicates priority for a “Visual Studio” pseudo-folder.

PROPCAT_Appearance -5

The Appearance category in the Properties window.

PROPCAT_Behavior -6

The Behavior category in the Properties window.

PROPCAT_Data -7

The Data category in the Properties window.

PROPCAT_DDE -11

The DDE category in the Properties window.

PROPCAT_Font -3

The Font category in the Properties window.

PROPCAT_List -8

The List category in the Properties window.

PROPCAT_Misc -2

The Misc category in the Properties window.

PROPCAT_Nil -1

No category is displayed.in the Properties window.

PROPCAT_Position -4

The Position category in the Properties window.

PROPCAT_Scale -10

The Scale category in the Properties window.

PROPCAT_Text -9

The Text category in the Properties window.

RIEF_OPENASMISCFILE 0

Obsolete.

SBAI_Build 5

Animation when building the solution.

SBAI_Deploy 3

Animation when deploying the solution.

SBAI_Find 6

Animation when searching.

SBAI_General 0

Standard animation icon.

SBAI_Print 1

Animation when printing.

SBAI_Save 2

Animation when saving files.

SBAI_Synch 4

Animation when synchronizing files over the network.

SEID_DocumentFrame 2

Visual Studio tracks this selection automatically so it cannot be set via OnElementValueChanged(UInt32, Object, Object), but the value may be observed by calling GetCurrentElementValue(UInt32, Object).

SEID_LastWindowFrame 7

The value of SEID_WindowFrame before it received its current value. It is guaranteed to be different from SEID_WindowFrame unless both are empty.

SEID_MAX 9

The last select element ID.

SEID_PropertyBrowserSID 4

IID_IUnknown of the active IVsPropertyBrowser.

SEID_ResultList 6

IID_IUnknown of the active IOleCommandTarget for list navigation commands.

SEID_StartupProject 3

IID_IUnknown of the active StartupProject.

SEID_UndoManager 0

IID_IUnknown of the active IOleUndoManager object.

SEID_UserContext 5

An event that indicates selection only by document windows that do not push selection context to the property browser. The alternative case is VSFPROPID_UserContext.

SEID_WindowFrame 1

Visual Studio tracks this selection automatically so it cannot be set via OnElementValueChanged, but the value may be observed by calling GetCurrentElementValue.

SELOBJS_ACTIVATE_WINDOW 1

The objects are to be selected.

TL_CATEGORY_BMP_HEIGHT 16

Height of the custom bitmaps provided in an image list for a task list.

TL_CATEGORY_BMP_WIDTH 16

Width of the custom bitmaps provided in an image list for a task list.

UIHWCMDID_CancelLabelEdit 6

Notifies the hierarchy that a label edit was cancelled.

UIHWCMDID_CommitLabelEdit 5

Notifies the hierarchy of a successful ending of the label editing.

UIHWCMDID_DoubleClick 2

Notifies the hierarchy that a mouse double click occurred.

UIHWCMDID_EnterKey 3

Notifies the hierarchy that the keyboard Enter key was pressed.

UIHWCMDID_RightClick 1

Notifies the hierarchy that the right mouse button was clicked.

UIHWCMDID_StartLabelEdit 4

Notifies the hierarchy of the start of label editing.

VS_SPLASH_BMP_HEIGHT 70

The recommended height for splash screen bitmaps.

VS_SPLASH_BMP_WIDTH 88

The recommended width for splash screen bitmaps.

VSCFGPROPID_SupportsCfgEditing 1

Obsolete.

VSCFGPROPID_SupportsPlatformEditing 2

Obsolete.

VSCOOKIE_NIL 0

A Visual Studio-specific constant that indicates that a cookie has not been set.

VSDOCCOOKIE_NIL 0

A Visual Studio-specific constant that indicates that a document cookie has not been set.

VSOBJFLAGS_OBJBROWSER 0

No flags are specified.

VSOBJFLAGS_RESOURCEVIEW 32

Search in resource view. For symbol search only.

VSPROPID_ExtraSolutionPropertyPages -8016

Obsolete.

Applies to