共用方式為


ProjectInfo.ProjectReferences 屬性

定義

專案一開始會參考為專案定義的 。

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)

屬性值

適用於