Table of Contents

Method AddProject

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

AddProject(string, string)

Creates and adds a new project to this solution.

public override ProjectId AddProject(string projectName, string projectPath)

Parameters

projectName string

Name of newly created project.

projectPath string

Path of newly created project.

Returns

ProjectId

Microsoft.CodeAnalysis.ProjectId that is created.