Workspace.ApplyParseOptionsChanged(ProjectId, ParseOptions) Méthode
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.
Cette méthode est appelée pendant TryApplyChanges(Solution) la modification des options d’analyse.
Remplacez cette méthode pour implémenter la possibilité de modifier les options d’analyse.
protected:
virtual void ApplyParseOptionsChanged(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::ParseOptions ^ options);
protected virtual void ApplyParseOptionsChanged (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.ParseOptions options);
abstract member ApplyParseOptionsChanged : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.ParseOptions -> unit
override this.ApplyParseOptionsChanged : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.ParseOptions -> unit
Protected Overridable Sub ApplyParseOptionsChanged (projectId As ProjectId, options As ParseOptions)
Paramètres
- projectId
- ProjectId
- options
- ParseOptions
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.