Freigeben über


Solution.WithAnalyzerConfigDocumentTextLoader Methode

Definition

Erstellt eine neue Lösungsinstanz mit dem analysekonfigurationsdokument, das aktualisiert wurde, damit der Text vom Textlaster bereitgestellt wird.

public Microsoft.CodeAnalysis.Solution WithAnalyzerConfigDocumentTextLoader(Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.TextLoader loader, Microsoft.CodeAnalysis.PreservationMode mode);
member this.WithAnalyzerConfigDocumentTextLoader : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.TextLoader * Microsoft.CodeAnalysis.PreservationMode -> Microsoft.CodeAnalysis.Solution
Public Function WithAnalyzerConfigDocumentTextLoader (documentId As DocumentId, loader As TextLoader, mode As PreservationMode) As Solution

Parameter

documentId
DocumentId
loader
TextLoader

Gibt zurück

Gilt für: