Share via


ProjectInfo.ProjectReferences Property

Definition

The project references initially defined for the project.

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

Property Value

Applies to