次の方法で共有


ProjectInfo.WithAnalyzerConfigDocuments メソッド

定義

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

パラメーター

analyzerConfigDocuments
IEnumerable<DocumentInfo>

戻り値

適用対象