__VSPROPID5 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 __VSPROPID5
public enum class __VSPROPID5
enum __VSPROPID5
public enum __VSPROPID5
type __VSPROPID5 =
Public Enum __VSPROPID5
- Inheritance
-
__VSPROPID5
Fields
VSPROPID_FaultedProjectCount | -8039 | The number of faulted projects in the solution. |
VSPROPID_FIRST5 | -8042 | Specifies first VSPROPID_. |
VSPROPID_IsOpeningProjectUserInitiated | -8042 | Indicates that a project load/reload is in flight when receiving the solution load event OnAfterOpenProject. This property can be used to distinguish between a user loaded project (e.g. User reloaded or Add existing/new project) as opposed to a project that is being loaded in the background via the Asynchronous Solution Load feature. Using the fAdded flag from OnAfterOpenProject does not distinguish these two conditions. fAdded indicates only whether or not a project was loaded before or after the OnAfterOpenSolution event. |
VSPROPID_ProjectFaultResolutionContext | -8040 | The |
VSPROPID_SolutionFileExt | -8037 | The solution file extension (default - ".sln"). |
VSPROPID_SolutionViewModel | -8041 | The IUnknown of IVsUIDataSource that contains the view model for some solution properties. This property is primarily used by solution navigator. |
VSPROPID_UserOptsFileExt | -8038 | The solution options file extension (default - ".suo"). |