Share via


ISupportedChangesService Schnittstelle

Definition

Kann mit ServicesGetService<TWorkspaceService>()abgerufen werden.

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

Methoden

CanApplyChange(ApplyChangesKind)

Bestimmt, ob die bestimmte Art der Änderung von der TryApplyChanges(Solution) -Methode unterstützt wird.

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

Wird während eines Aufrufs von aufgerufen, TryApplyChanges(Solution) um zu bestimmen, ob eine bestimmte Änderung an CompilationOptions zulässig ist.

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

Wird während eines Aufrufs von aufgerufen, TryApplyChanges(Solution) um zu bestimmen, ob eine bestimmte Änderung an ParseOptions zulässig ist.

Gilt für: