__VSPROPID Enum

Definition

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

VSPROPID_CountOfProjectsBeingLoaded -8015

I4: Count of projects in file being opened (valid only during open).

VSPROPID_FileDefaultCodePage -8009

I4: Codepage for saving files (CP_ACP/CP_WINUNICODE).

VSPROPID_FIRST -8016

Specifies first VSPROPID_.

VSPROPID_IsSolutionDirty -8004

BOOLEAN: true if solution file is dirty.

VSPROPID_IsSolutionOpen -8005

BOOLEAN: true if a solution file is open.

VSPROPID_IsSolutionOpening -8013

BOOLEAN: true if a solution file is being opened.

VSPROPID_IsSolutionSaveAsRequired -8014

BOOLEAN: true if saving the solution will require a Save As dialog box.

VSPROPID_LAST -8000

Specifies last VSPROPID_.

VSPROPID_OpenProjectFilter -8008

BSTR: Filter/extension list used in Open Project dialog box.

VSPROPID_ProjectCount -8006

I4: Count of projects open in solution.

VSPROPID_RegisteredProjExtns -8007

BSTR: Semicolon-separated list of all project extensions.

VSPROPID_SolutionBaseName -8003

BSTR: (Get/Set) base name of solution file.

VSPROPID_SolutionDirectory -8000

BSTR: Directory where solution file is saved.

VSPROPID_SolutionFileName -8001

BSTR; Full path to solution file.

VSPROPID_SolutionFileNameBeingLoaded -8010

BSTR: Full path to file being opened (valid only during open).

VSPROPID_SolutionNodeCaption -8011

BSTR: Caption for solution node in Project Explorer.

VSPROPID_SolutionPropertyPages -8016

BSTR: A semicolon-delimited list of clsids of solution-level property pages.

VSPROPID_UserOptionsFileName -8002

BSTR: Full path to user options file.

Remarks

The table below lists information about the property, not the value of the enumeration member.

COM Signature

From vsshell.idl:

Applies to