__VSSPROPID2 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.
Provides additional members for the __VSSPROPID enumeration.
public enum class __VSSPROPID2
public enum class __VSSPROPID2
enum __VSSPROPID2
public enum __VSSPROPID2
type __VSSPROPID2 =
Public Enum __VSSPROPID2
- Inheritance
-
__VSSPROPID2
Fields
VSFPROPID_ToolWindowUsesDocSelection | -9051 | BOOL - when selected. the tool window attempts to restore active document selection. |
VSSPROPID_AutohideToolFrame | -9050 | IVsWinodwFrame of the window that is the visible tool window in the autohide frame. Non NULL only when fully extended. |
VSSPROPID_BuildOutOfDateProjects | -9043 | DWORD: see __BUILDOUTOFDATEPROJECTS for valid values. |
VSSPROPID_FIRST2 | -9051 | Indicates first VSSPROPID_. |
VSSPROPID_InstallRootDir | -9041 | BSTR: full path of root location of installation (for example, drive>:\Program Files\Microsoft Visual Studio <version>). |
VSSPROPID_IsAcademic | -9035 | Academic Edition property. |
VSSPROPID_IsAppThemed | -9036 | BOOLEAN: |
VSSPROPID_MainWindowPos | -9034 | VT_UI4, Read-only. The top-left coordinate of the appid main window encoded as left in LOWORD, top=HIWORD |
VSSPROPID_MainWindowSize | -9033 | VT_UI4, Read-only. The current size of the appid main window encoded as width in LOWORD, height in HIWORD |
VSSPROPID_MainWindowVisibility | -9045 | VT_BOOL, Read-only. VARIANT_TRUE if main window is visible, VARIANT_FALSE if invisible. |
VSSPROPID_RunAfterBuildErrors | -9044 | DWORD, see __RUNAFTERBUILDERRORS __RUNAFTERBUILDERRORS for valid values. |
VSSPROPID_SccProviderChanged | -9032 | BOOLEAN: (set-only) Set to |
VSSPROPID_SKUEdition | -9046 | Either a VSASKUEdition value or a string. VSASKUEdition if it is a standard version, or a BSTR if a custom version. |
VSSPROPID_SolutionExplorerSortingEnabled | -9042 | VT_BOOL. Read/write. Enables/disables sorting of Solution Explorer nodes. |
VSSPROPID_SqmRegistryRoot | -9049 | BSTR, Read-only. Registry path to the root of the SQM hive used by the AppId. |
VSSPROPID_SubSKUEdition | -9047 | I4 - some combination of the bits defined in VSASubSKUEdition or zero (if none). |
VSSPROPID_VisualStudioDir | -9037 | BSTR: full path of location of Visual Studio directory (under My Documents). |
VSSPROPID_VsTemplateUserZipItemFolder | -9039 | VT_BSTR: read-only. Full path of location for user supplied New Project .vstemplate files (such as \My Documents\Visual Studio\ItemTemplates) |
VSSPROPID_VsTemplateUserZipProjectFolder | -9038 | VT_BSTR: read-only. Full path of location for user supplied Project AddItem .vstemplate files (such as \My Documents\Visual Studio\ItemTemplates) |
VSSPROPID_WaitingForSecondKeyChord | -9048 | VT_BOOL Waiting for the second key of a two-key shortcut. |
Remarks
The table below indicates the content of the property, not the value of the enumeration member.
COM Signature
From vsshell80.idl:
enum __VSSPROPID2
{
VSSPROPID_SccProviderChanged = -9032,
VSSPROPID_MainWindowSize = -9033,
VSSPROPID_MainWindowPos = -9034,
VSSPROPID_IsAcademic = -9035,
VSSPROPID_IsAppThemed = -9036,
VSSPROPID_VisualStudioDir = -9037,
VSSPROPID_VsTemplateUserZipProjectFolder = -9038,
VSSPROPID_VsTemplateUserZipItemFolder = -9039,
VSSPROPID_InstallRootDir = -9041,
VSSPROPID_SolutionExplorerSortingEnabled = -9042,
VSSPROPID_BuildOutOfDateProjects = -9043,
VSSPROPID_RunAfterBuildErrors = -9044,
VSSPROPID_MainWindowVisibility = -9045,
VSSPROPID_SKUEdition = -9046,
VSSPROPID_SubSKUEdition = -9047,
VSSPROPID_WaitingForSecondKeyChord = -9048,
VSSPROPID_SqmRegistryRoot = -9049,
VSSPROPID_AutohideToolFrame = -9050,
VSFPROPID_ToolWindowUsesDocSelection = -9051,
VSSPROPID_FIRST2 = -9051
};
typedef LONG VSSPROPID2;