ProjectCollectionChangedState 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.
Properties or other mutable state associated with a ProjectCollection.
public enum class ProjectCollectionChangedState
public enum ProjectCollectionChangedState
type ProjectCollectionChangedState =
Public Enum ProjectCollectionChangedState
- Inheritance
-
ProjectCollectionChangedState
Fields
Name | Value | Description |
---|---|---|
DefaultToolsVersion | 0 | The DefaultToolsVersion property changed. |
Toolsets | 1 | The toolsets changed. |
Loggers | 2 | The loggers changed. |
GlobalProperties | 3 | The global properties changed. |
IsBuildEnabled | 4 | The IsBuildEnabled property changed. |
OnlyLogCriticalEvents | 5 | The OnlyLogCriticalEvents property changed. |
HostServices | 6 | The HostServices property changed. |
DisableMarkDirty | 7 | The DisableMarkDirty property changed. |
SkipEvaluation | 8 | The SkipEvaluation property changed. |