Partager via


ISupportedChangesService Interface

Définition

Peut être acquis à partir de Services, avec GetService<TWorkspaceService>().

public interface ISupportedChangesService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ISupportedChangesService = interface
    interface IWorkspaceService
Public Interface ISupportedChangesService
Implements IWorkspaceService
Implémente

Méthodes

CanApplyChange(ApplyChangesKind)

Détermine si le type de modification spécifique est pris en charge par la TryApplyChanges(Solution) méthode .

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

Appelé lors d’un appel à TryApplyChanges(Solution) pour déterminer si une modification spécifique à CompilationOptions est autorisée.

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

Appelé lors d’un appel à TryApplyChanges(Solution) pour déterminer si une modification spécifique à ParseOptions est autorisée.

S’applique à