Project.MetadataReferences Property

Definition

The list of all other metadata sources (assemblies) that this project references.

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

Property Value

Applies to