共用方式為


Workspace.ApplyAnalyzerConfigDocumentTextChanged 方法

定義

呼叫這個方法來變更分析器組態檔的文字。

覆寫這個方法,以實作變更分析器設定檔文字的功能。

protected virtual void ApplyAnalyzerConfigDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId id, Microsoft.CodeAnalysis.Text.SourceText text);
abstract member ApplyAnalyzerConfigDocumentTextChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.Text.SourceText -> unit
override this.ApplyAnalyzerConfigDocumentTextChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.Text.SourceText -> unit
Protected Overridable Sub ApplyAnalyzerConfigDocumentTextChanged (id As DocumentId, text As SourceText)

參數

text
SourceText

適用於