ProjectInformation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- root
- IProjectContext
- projectReferences
- IEnumerable<IProjectContext>