Share via


ISupportedChangesService Interfaz

Definición

Se puede adquirir de Services, con GetService<TWorkspaceService>().

public interface ISupportedChangesService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ISupportedChangesService = interface
    interface IWorkspaceService
Public Interface ISupportedChangesService
Implements IWorkspaceService
Implementaciones

Métodos

CanApplyChange(ApplyChangesKind)

Determina si el TryApplyChanges(Solution) método admite el tipo de cambio específico.

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

Se llama durante una llamada a para TryApplyChanges(Solution) determinar si se permite un cambio específico en CompilationOptions .

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

Se llama durante una llamada a para TryApplyChanges(Solution) determinar si se permite un cambio específico en ParseOptions .

Se aplica a