共用方式為


Solution.AddAnalyzerConfigDocuments 方法

定義

建立新的方案實例,其中包含新的編譯器組態檔,例如 .editorconfig 檔案。

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

參數

documentInfos
ImmutableArray<DocumentInfo>

傳回

適用於