ISupportedChangesService Interface
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.
Can be acquired from Services, with GetService<TWorkspaceService>().
public interface ISupportedChangesService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ISupportedChangesService = interface
interface IWorkspaceService
Public Interface ISupportedChangesService
Implements IWorkspaceService
- Implements
Can |
Determines if the specific kind of change is supported by the TryApplyChanges(Solution) method. |
Can |
Called during a call to TryApplyChanges(Solution) to determine if a specific change to CompilationOptions is allowed. |
Can |
Called during a call to TryApplyChanges(Solution) to determine if a specific change to ParseOptions is allowed. |
Product | Versions |
---|---|
Roslyn | 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 4.12.2, 4.13.0 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: