ProjectInfo.MetadataReferences 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
最初为项目定义的元数据引用。
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)