Project.AnalyzerConfigDocuments Property

Definition

All the AnalyzerConfigDocuments associated with this project.

public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.AnalyzerConfigDocument> AnalyzerConfigDocuments { get; }
member this.AnalyzerConfigDocuments : seq<Microsoft.CodeAnalysis.AnalyzerConfigDocument>
Public ReadOnly Property AnalyzerConfigDocuments As IEnumerable(Of AnalyzerConfigDocument)

Property Value

Applies to