Condividi tramite


ISupportedChangesService Interfaccia

Definizione

Può essere acquisito da Services, con GetService<TWorkspaceService>().

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

Metodi

CanApplyChange(ApplyChangesKind)

Determina se il tipo specifico di modifica è supportato dal TryApplyChanges(Solution) metodo .

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

Chiamato durante una chiamata a TryApplyChanges(Solution) per determinare se è consentita una modifica specifica a CompilationOptions .

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

Chiamato durante una chiamata a TryApplyChanges(Solution) per determinare se è consentita una modifica specifica a ParseOptions .

Si applica a