Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Miscellaneous collection of constants defined in various idl's.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration Constants
public enum Constants
public enum class Constants
type Constants
public enum Constants
Members
Member name | Description | |
---|---|---|
ACT_DEFAULT | Use the default document object activation. | |
ACT_SHOW | Display the document object. | |
CONTROLTYPELIB | A type library of an ActiveX control. | |
COUNT_LIBCAT_ACTIVEPROJECT | The value of the LC_ACTIVEPROJECT category. | |
COUNT_LIBCAT_CLASSACCESS | The value of the LC_CLASSACCESS category. | |
COUNT_LIBCAT_CLASSTYPE | The value of the LC_CLASSTYPE category. | |
COUNT_LIBCAT_MEMBERACCESS | The value of the LC_MEMBERACCESS category. | |
COUNT_LIBCAT_MEMBERTYPE | The value of the LC_MEMBERTYPE category. | |
COUNT_LIBCAT_MODIFIERTYPE | The value of the LC_MODIFIERTYPE category. | |
COUNT_LIBCAT_NODETYPE | The value of the LC_NODETYPE category. | |
COUNT_LIBCAT_VISIBILITY | The value of the LC_VISIBILITY category. | |
EPF_ALL | Obsolete. | |
EPF_LOADED | Obsolete. | |
EPF_UNLOADED | Obsolete. | |
EPF_VIRTUAL | Obsolete. | |
GETOBJS_ALL | All objects are returned. | |
GETOBJS_SELECTED | Only the selected objects are returned. | |
HELPINFO_WHATS_THIS_MODE_ON | The “What’s This” help mode. | |
LTVGN_FIRSTSEL | Retrieves the first selected item. | |
LTVGN_NEXTSEL | Retrieves the next selected item. | |
LTVGN_PREVIOUSSEL | Retrieves the previous selected item. | |
ME_FIRST_MENU_ITEM | The menu editor’s first menu item. | |
ME_UNKNOWN_MENU_ITEM | An unknown menu item in the menu editor. | |
OFN_ALLOWONLYFILESYSLOCS | Only allow saving a file to the local file system. | |
PCL_AUTO_COMMANDS | Indicates there are auto completion items. | |
Priority_VsNewProjectPseudoFolder | Indicates priority for a “Visual Studio” pseudo-folder. | |
PROPCAT_Appearance | The Appearance category in the Properties window. | |
PROPCAT_Behavior | The Behavior category in the Properties window. | |
PROPCAT_Data | The Data category in the Properties window. | |
PROPCAT_DDE | The DDE category in the Properties window. | |
PROPCAT_Font | The Font category in the Properties window. | |
PROPCAT_List | The List category in the Properties window. | |
PROPCAT_Misc | The Misc category in the Properties window. | |
PROPCAT_Nil | No category is displayed.in the Properties window. | |
PROPCAT_Position | The Position category in the Properties window. | |
PROPCAT_Scale | The Scale category in the Properties window. | |
PROPCAT_Text | The Text category in the Properties window. | |
RIEF_OPENASMISCFILE | Obsolete. | |
SBAI_Build | Animation when building the solution. | |
SBAI_Deploy | Animation when deploying the solution. | |
SBAI_Find | Animation when searching. | |
SBAI_General | Standard animation icon. | |
SBAI_Print | Animation when printing. | |
SBAI_Save | Animation when saving files. | |
SBAI_Synch | Animation when synchronizing files over the network. | |
SEID_DocumentFrame | Visual Studio tracks this selection automatically so it cannot be set via OnElementValueChanged, but the value may be observed by calling GetCurrentElementValue. | |
SEID_LastWindowFrame | 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 | The last select element ID. | |
SEID_PropertyBrowserSID | IID_IUnknown of the active IVsPropertyBrowser. | |
SEID_ResultList | IID_IUnknown of the active IOleCommandTarget for list navigation commands. | |
SEID_StartupProject | IID_IUnknown of the active StartupProject. | |
SEID_UndoManager | IID_IUnknown of the active IOleUndoManager object. | |
SEID_UserContext | 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 | 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 | The objects are to be selected. | |
TL_CATEGORY_BMP_HEIGHT | Height of the custom bitmaps provided in an image list for a task list. | |
TL_CATEGORY_BMP_WIDTH | Width of the custom bitmaps provided in an image list for a task list. | |
UIHWCMDID_CancelLabelEdit | Notifies the hierarchy that a label edit was cancelled. | |
UIHWCMDID_CommitLabelEdit | Notifies the hierarchy of a successful ending of the label editing. | |
UIHWCMDID_DoubleClick | Notifies the hierarchy that a mouse double click occurred. | |
UIHWCMDID_EnterKey | Notifies the hierarchy that the keyboard Enter key was pressed. | |
UIHWCMDID_RightClick | Notifies the hierarchy that the right mouse button was clicked. | |
UIHWCMDID_StartLabelEdit | Notifies the hierarchy of the start of label editing. | |
VS_SPLASH_BMP_HEIGHT | The recommended height for splash screen bitmaps. | |
VS_SPLASH_BMP_WIDTH | The recommended width for splash screen bitmaps. | |
VSCFGPROPID_SupportsCfgEditing | Obsolete. | |
VSCFGPROPID_SupportsPlatformEditing | Obsolete. | |
VSCOOKIE_NIL | A Visual Studio-specific constant that indicates that a cookie has not been set. | |
VSDOCCOOKIE_NIL | A Visual Studio-specific constant that indicates that a document cookie has not been set. | |
VSOBJFLAGS_OBJBROWSER | No flags are specified. | |
VSOBJFLAGS_RESOURCEVIEW | Search in resource view. For symbol search only. | |
VSPROPID_ExtraSolutionPropertyPages | Obsolete. |