ProjectInfo.Documents 属性

定义

最初与项目关联的源文档列表。

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

属性值

适用于