__VSPROPID4 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 (in addition to __VSPROPID, __VSPROPID2, and __VSPROPID3).
public enum class __VSPROPID4
public enum class __VSPROPID4
enum __VSPROPID4
public enum __VSPROPID4
type __VSPROPID4 =
Public Enum __VSPROPID4
- Inheritance
-
__VSPROPID4
Fields
Name | Value | Description |
---|---|---|
VSPROPID_ActiveSolutionLoadManager | -8036 | Gets or sets an object representing the active Solution Load Manager. The default is |
VSPROPID_FIRST4 | -8036 | Represents the first VSPROPID in this set. |
VSPROPID_AddNewProjectAsSibling | -8035 | Gets or sets a boolean: |
VSPROPID_SolutionExplorerCaption | -8034 | Gets the full caption of the Solution Explorer tool window. The full caption is built by concatenating VSPROPID_BaseSolutionExplorerCaption and VSPROPID_SolutionExplorerCaptionSuffix. |
VSPROPID_SolutionExplorerCaptionSuffix | -8033 | Gets or sets the suffix of the caption for the Solution Explorer tool window. The default is an empty string. The full caption is built by concatenating VSPROPID_BaseSolutionExplorerCaption and VSPROPID_SolutionExplorerCaptionSuffix. |
VSPROPID_BaseSolutionExplorerCaption | -8032 | Gets or sets a string representing the base caption for the Solution Explorer tool window. The default is "SolutionExplorer". The full caption is built by concatenating VSPROPID_BaseSolutionExplorerCaption and VSPROPID_SolutionExplorerCaptionSuffix. |
VSPROPID_IsSolutionFullyLoaded | -8031 | Returns |
VSPROPID_IsInSyncDemandLoadProjectBatch | -8030 | Returns |
VSPROPID_IsInBackgroundIdleLoadProjectBatch | -8029 | Returns |
VSPROPID_NoFrameworkDialogState | -8028 | Returns an integer representing the state of the project load security dialog kept between different language packages. |