ISupportedChangesService.CanApplyCompilationOptionChange Method
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.
Called during a call to TryApplyChanges(Solution) to determine if a specific change to CompilationOptions is allowed.
public bool CanApplyCompilationOptionChange (Microsoft.CodeAnalysis.CompilationOptions oldOptions, Microsoft.CodeAnalysis.CompilationOptions newOptions, Microsoft.CodeAnalysis.Project project);
abstract member CanApplyCompilationOptionChange : Microsoft.CodeAnalysis.CompilationOptions * Microsoft.CodeAnalysis.CompilationOptions * Microsoft.CodeAnalysis.Project -> bool
Public Function CanApplyCompilationOptionChange (oldOptions As CompilationOptions, newOptions As CompilationOptions, project As Project) As Boolean
Parameters
- oldOptions
- CompilationOptions
The old CompilationOptions of the project from prior to the change.
- newOptions
- CompilationOptions
The new CompilationOptions of the project that was passed to TryApplyChanges(Solution).
- project
- Project
The project contained in the Solution passed to TryApplyChanges(Solution).
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.