ProjectInfo.WithAnalyzerConfigDocuments Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public Microsoft.CodeAnalysis.ProjectInfo WithAnalyzerConfigDocuments(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo>? analyzerConfigDocuments);
public Microsoft.CodeAnalysis.ProjectInfo WithAnalyzerConfigDocuments(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo> analyzerConfigDocuments);
member this.WithAnalyzerConfigDocuments : seq<Microsoft.CodeAnalysis.DocumentInfo> -> Microsoft.CodeAnalysis.ProjectInfo
Public Function WithAnalyzerConfigDocuments (analyzerConfigDocuments As IEnumerable(Of DocumentInfo)) As ProjectInfo
Parámetros
- analyzerConfigDocuments
- IEnumerable<DocumentInfo>