ISupportedChangesService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |