ProjectInfo.Documents Property

Definition

The list of source documents initially associated with the project.

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)

Property Value

Applies to