Compartilhar via


ISupportedChangesService Interface

Definição

Pode ser adquirido de Services, com GetService<TWorkspaceService>().

public interface ISupportedChangesService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ISupportedChangesService = interface
    interface IWorkspaceService
Public Interface ISupportedChangesService
Implements IWorkspaceService
Implementações

Métodos

CanApplyChange(ApplyChangesKind)

Determina se o tipo específico de alteração é compatível com o TryApplyChanges(Solution) método .

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

Chamado durante uma chamada para para TryApplyChanges(Solution) determinar se uma alteração específica para CompilationOptions é permitida.

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

Chamado durante uma chamada para para TryApplyChanges(Solution) determinar se uma alteração específica para ParseOptions é permitida.

Aplica-se a