ProjectConfiguration(String, String, IPropertySettings) 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.
Initializes a new instance of the ProjectConfiguration class.
public:
ProjectConfiguration(System::String ^ projectFile, System::String ^ target, Microsoft::VisualStudio::Workspace::IPropertySettings ^ launchSettings);
public ProjectConfiguration (string projectFile, string target, Microsoft.VisualStudio.Workspace.IPropertySettings launchSettings);
public ProjectConfiguration (string projectFile, string? target, Microsoft.VisualStudio.Workspace.IPropertySettings launchSettings);
new Microsoft.VisualStudio.Workspace.ProjectConfiguration : string * string * Microsoft.VisualStudio.Workspace.IPropertySettings -> Microsoft.VisualStudio.Workspace.ProjectConfiguration
Public Sub New (projectFile As String, target As String, launchSettings As IPropertySettings)
Parameters
- projectFile
- String
The project file path
- target
- String
Optional target
- launchSettings
- IPropertySettings
Launch settings