Table of Contents

Method AddProject

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

AddProject(string, string)

When implemented by a class, adds project to the solution

public virtual ProjectId AddProject(string projectName, string projectPath)

Parameters

projectName string

Project name

projectPath string

Project path

Returns

ProjectId

AddProject(ProjectInfo)

Adds a new project to this solution

public virtual ProjectId AddProject(ProjectInfo projectInfo)

Parameters

projectInfo ProjectInfo

ProjectInfo representing newly created project.

Returns

ProjectId

Microsoft.CodeAnalysis.ProjectId that is created.