__VSSPROPID Enum
Definition
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.
Specifies shell property settings for the environment.
public enum class __VSSPROPID
public enum class __VSSPROPID
enum __VSSPROPID
public enum __VSSPROPID
type __VSSPROPID =
Public Enum __VSSPROPID
- Inheritance
-
__VSSPROPID
Fields
Name | Value | Description |
---|---|---|
VSSPROPID_FIRST | -9031 | Flag indicating the first property identifier in this group of identifiers. |
VSSPROPID_PreBuildRunPreviewSaveOpts | -9031 | I4. __VSRDTSAVEOPTIONS to pass to SaveDocuments(UInt32, IVsHierarchy, UInt32, UInt32) when VSSPROPID_PreBuildRunPreview does not equal PBRP_DontSaveChanges. |
VSSPROPID_VisualStudioProjDir | -9030 | BSTR. The full path location of the Visual Studio Projects directory. |
VSSPROPID_SuppressMessageFilterBusyDialog | -9029 | BOOL. If |
VSSPROPID_SCCGlyphsImgList | -9028 | I4. Handle to environment's image list for source code control glyphs, which are indexed by VsStateIcon. Do not free because the environment frees it during final shutdown. |
VSSPROPID_ObjectMgrTypesImgList | -9027 | I4. Handle to environment's image list for symbol types (class, interface, method, etc). Do not free because the environment frees it during final shutdown. |
VSSPROPID_ShowMiscFilesProject | -9026 | BOOL. |
VSSPROPID_hmsoinstMSO | -9025 | I4. HMSOINST of mso*.dll. |
VSSPROPID_ShowTasklistOnBuildEnd | -9024 | BOOL. |
VSSPROPID_ShowOutputPaneOnBuildBegin | -9023 | BOOL. |
VSSPROPID_IsInCommandLineMode | -9022 | BOOL. |
VSSPROPID_AppDataDir | -9021 | BSTR. Application data directory. |
VSSPROPID_ReloadChangedFiles | -9020 | I4. VSRELOADOPTION. Tells editors how to respond to externally modified documents. |
VSSPROPID_OpenFromCurrDocDir | -9019 | BOOL |
VSSPROPID_DetectFileChanges | -9018 | BOOL. |
VSSPROPID_IsInteractive | -9017 | Obsolete. Do not use. Use VSSPROPID_IsInCommandLineMode instead. |
VSSPROPID_ProcessingPendingMessageFilterMsg | -9016 | BOOL. |
VSSPROPID_AnimationsOn | -9015 | BOOL. |
VSSPROPID_Zombie | -9014 | BOOL. |
VSSPROPID_RecordState | -9013 | I4. VSRECORDSTATE enumeration type specifying macro recording state of the environment. |
VSSPROPID_ViewSourceMode | -9012 | BOOL. Set to |
VSSPROPID_hinstMSO | -9011 |
|
VSSPROPID_hinstComplexScript | -9010 | Obsolete. Do not use. |
VSSPROPID_IsComplexScriptAvail | -9009 | Obsolete. Do not use. |
VSSPROPID_PreBuildRunPreview | -9008 | I4 One of PBRP_ values (PBRP_SaveChanges/PBRP_DontSaveChanges/PBRP_PromptForSave) |
VSSPROPID_InstallDirectory | -9007 | BSTR. Directory where visual studio executable was installed. |
VSSPROPID_IsInOfficeMode | -9006 | BOOL |
VSSPROPID_AddExistItemFilter | -9005 | BSTR. Add existing item filter list string. |
VSSPROPID_FindInFilesFilter | -9004 | BSTR. Find in files filter list string. |
VSSPROPID_OpenFileFilter | -9003 | BSTR. Open file filter list string. |
VSSPROPID_VirtualRegistryRoot | -9002 | BSTR registry key name (must be appended to HKLM or HKCU). |
VSSPROPID_MDIState | -9001 | BOOL VARIANT_TRUE if IDE in MDI state, else VARIANT_FALSE. |
VSSPROPID_LAST | -9000 | Flag indicating the last property identifier in this group of identifiers. |
VSSPROPID_StartupDir | -9000 | BSTR directory where running executable started up. |
Remarks
COM Signature
From vsshell.idl: