ISupportedChangesService Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 . |