다음을 통해 공유


Project.Documents 속성

정의

이 프로젝트와 연결된 모든 일반 문서입니다. 원본 생성기에서 생성된 문서는 .에 의해 GetSourceGeneratedDocumentsAsync(CancellationToken)반환됩니다.

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

속성 값

적용 대상