ApplyChangesKind 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.
public enum class ApplyChangesKind
public enum ApplyChangesKind
type ApplyChangesKind =
Public Enum ApplyChangesKind
- Inheritance
-
ApplyChangesKind
Fields
Name | Value | Description |
---|---|---|
AddProject | 0 | |
RemoveProject | 1 | |
AddProjectReference | 2 | |
RemoveProjectReference | 3 | |
AddMetadataReference | 4 | |
RemoveMetadataReference | 5 | |
AddDocument | 6 | |
RemoveDocument | 7 | |
ChangeDocument | 8 | |
AddAnalyzerReference | 9 | |
RemoveAnalyzerReference | 10 | |
AddAdditionalDocument | 11 | |
RemoveAdditionalDocument | 12 | |
ChangeAdditionalDocument | 13 | |
ChangeCompilationOptions | 14 | |
ChangeParseOptions | 15 | |
ChangeDocumentInfo | 16 | |
AddAnalyzerConfigDocument | 17 | |
RemoveAnalyzerConfigDocument | 18 | |
ChangeAnalyzerConfigDocument | 19 | |
AddSolutionAnalyzerReference | 20 | |
RemoveSolutionAnalyzerReference | 21 |