Freigeben über


Solution.AddAnalyzerConfigDocuments Methode

Definition

Erstellt eine neue Lösungsinstanz, die ein neues Compilerkonfigurationsdokument wie eine .editorconfig-Datei enthält.

public Microsoft.CodeAnalysis.Solution AddAnalyzerConfigDocuments (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentInfo> documentInfos);
member this.AddAnalyzerConfigDocuments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentInfo> -> Microsoft.CodeAnalysis.Solution
Public Function AddAnalyzerConfigDocuments (documentInfos As ImmutableArray(Of DocumentInfo)) As Solution

Parameter

documentInfos
ImmutableArray<DocumentInfo>

Gibt zurück

Gilt für: