addProject
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addProject( name: string, projectPath: string, launchProfileName: string): ProjectResource;}Signature
method
addProject builder Adds a .NET project resource
addProject( name: string, projectPath: string, launchProfileName: string): ProjectResourceParameters
name string projectPath string launchProfileName string Returns
ProjectResource Applies to
This function is an extension method on the following types: