Solution.WithAnalyzerConfigDocumentTextLoader 메서드

정의

텍스트 로더에서 제공하는 텍스트를 갖도록 업데이트된 분석기 구성 문서를 사용하여 새 솔루션 인스턴스를 만듭니다.

public Microsoft.CodeAnalysis.Solution WithAnalyzerConfigDocumentTextLoader (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.TextLoader loader, Microsoft.CodeAnalysis.PreservationMode mode);
member this.WithAnalyzerConfigDocumentTextLoader : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.TextLoader * Microsoft.CodeAnalysis.PreservationMode -> Microsoft.CodeAnalysis.Solution
Public Function WithAnalyzerConfigDocumentTextLoader (documentId As DocumentId, loader As TextLoader, mode As PreservationMode) As Solution

매개 변수

documentId
DocumentId
loader
TextLoader

반환

적용 대상