共用方式為


ProjectInfo.MetadataReferences 屬性

定義

一開始為專案定義的中繼資料參考。

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)

屬性值

適用於