共用方式為


Project.AllProjectReferences 屬性

定義

此專案參考的其他所有專案清單,包括不屬於方案的專案。

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

屬性值

適用於