Freigeben über


Workspace.ApplyParseOptionsChanged(ProjectId, ParseOptions) Methode

Definition

Diese Methode wird während TryApplyChanges(Solution) der Änderung der Analyseoptionen aufgerufen.

Überschreiben Sie diese Methode, um die Funktion der Änderung von Parseoptionen zu implementieren.

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)

Parameter

projectId
ProjectId
options
ParseOptions

Gilt für: