ProjectInformation Constructor

Definition

public:
 ProjectInformation(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ root, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^> ^ projectReferences);
public ProjectInformation (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext root, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext> projectReferences);
new Microsoft.VisualStudio.Web.CodeGeneration.Utils.ProjectInformation : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext> -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.ProjectInformation
Public Sub New (root As IProjectContext, projectReferences As IEnumerable(Of IProjectContext))

Parameters

projectReferences
IEnumerable<IProjectContext>

Applies to