Workspace.OnAnalyzerConfigDocumentTextChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call this method when the text of an analyzer config document is updated in the host environment.
protected internal void OnAnalyzerConfigDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.Text.SourceText newText, Microsoft.CodeAnalysis.PreservationMode mode);
member this.OnAnalyzerConfigDocumentTextChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.Text.SourceText * Microsoft.CodeAnalysis.PreservationMode -> unit
Protected Friend Sub OnAnalyzerConfigDocumentTextChanged (documentId As DocumentId, newText As SourceText, mode As PreservationMode)
Parameters
- documentId
- DocumentId
- newText
- SourceText
- mode
- PreservationMode
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.