IProjectContext.ProjectReferenceInformation Property

Definition

Collection of information regarding the project references.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::ProjectReferenceInformation ^> ^ ProjectReferenceInformation { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::ProjectReferenceInformation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation> ProjectReferenceInformation { get; }
member this.ProjectReferenceInformation : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation>
Public ReadOnly Property ProjectReferenceInformation As IEnumerable(Of ProjectReferenceInformation)

Property Value

IEnumerable<ProjectReferenceInformation>

Applies to