Partager via


Solution.WithAnalyzerConfigDocumentTextLoader Méthode

Définition

Crée une instance de solution avec le document de configuration de l’analyseur spécifié pour que le texte soit fourni par le chargeur de texte.

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

Paramètres

documentId
DocumentId
loader
TextLoader

Retours

S’applique à