Compartir a través de


Solution.WithAnalyzerConfigDocumentTextLoader Método

Definición

Crea una nueva instancia de solución con el documento de configuración del analizador especificado actualizado para que el cargador de texto proporcione el texto.

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

Parámetros

documentId
DocumentId
loader
TextLoader

Devoluciones

Se aplica a