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)

プロパティ値

適用対象