RoslynWorkspace(IProjectContext, String) 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 RoslynWorkspace (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectInformation, string configuration = "debug");
new Microsoft.VisualStudio.Web.CodeGeneration.Utils.RoslynWorkspace : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * string -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.RoslynWorkspace
Public Sub New (projectInformation As IProjectContext, Optional configuration As String = "debug")
Parameters
- projectInformation
- IProjectContext
- configuration
- String