ProjectInfo.AdditionalDocuments Property

Definition

The list of non-source documents associated with this project.

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

Property Value

Applies to