ProjectInfo.WithAnalyzerConfigDocuments Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- analyzerConfigDocuments
- IEnumerable<DocumentInfo>