__VSPROPID 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.
Identifies property settings for a solution.
public enum class __VSPROPID
public enum class __VSPROPID
enum __VSPROPID
public enum __VSPROPID
type __VSPROPID =
Public Enum __VSPROPID
- Inheritance
-
__VSPROPID
Fields
Name | Value | Description |
---|---|---|
VSPROPID_FIRST | -8016 | Specifies first VSPROPID_. |
VSPROPID_SolutionPropertyPages | -8016 | BSTR: A semicolon-delimited list of clsids of solution-level property pages. |
VSPROPID_CountOfProjectsBeingLoaded | -8015 | I4: Count of projects in file being opened (valid only during open). |
VSPROPID_IsSolutionSaveAsRequired | -8014 | BOOLEAN: |
VSPROPID_IsSolutionOpening | -8013 | BOOLEAN: |
VSPROPID_SolutionNodeCaption | -8011 | BSTR: Caption for solution node in Project Explorer. |
VSPROPID_SolutionFileNameBeingLoaded | -8010 | BSTR: Full path to file being opened (valid only during open). |
VSPROPID_FileDefaultCodePage | -8009 | I4: Codepage for saving files (CP_ACP/CP_WINUNICODE). |
VSPROPID_OpenProjectFilter | -8008 | BSTR: Filter/extension list used in Open Project dialog box. |
VSPROPID_RegisteredProjExtns | -8007 | BSTR: Semicolon-separated list of all project extensions. |
VSPROPID_ProjectCount | -8006 | I4: Count of projects open in solution. |
VSPROPID_IsSolutionOpen | -8005 | BOOLEAN: |
VSPROPID_IsSolutionDirty | -8004 | BOOLEAN: |
VSPROPID_SolutionBaseName | -8003 | BSTR: (Get/Set) base name of solution file. |
VSPROPID_UserOptionsFileName | -8002 | BSTR: Full path to user options file. |
VSPROPID_SolutionFileName | -8001 | BSTR; Full path to solution file. |
VSPROPID_LAST | -8000 | Specifies last VSPROPID_. |
VSPROPID_SolutionDirectory | -8000 | BSTR: Directory where solution file is saved. |
Remarks
The table below lists information about the property, not the value of the enumeration member.
COM Signature
From vsshell.idl: