IProjectConfigurationService.CreateCompositeLaunchSettings Method

Definition

Create Debug launch settings for a project file

public:
 Microsoft::VisualStudio::Workspace::IPropertySettings ^ CreateCompositeLaunchSettings(Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^ projectFileContext, Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchActionContext, ... cli::array <Microsoft::VisualStudio::Workspace::IPropertySettings ^> ^ launchSettings);
public Microsoft.VisualStudio.Workspace.IPropertySettings CreateCompositeLaunchSettings (Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext, Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchActionContext, params Microsoft.VisualStudio.Workspace.IPropertySettings[] launchSettings);
abstract member CreateCompositeLaunchSettings : Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext * Microsoft.VisualStudio.Workspace.IPropertySettings[] -> Microsoft.VisualStudio.Workspace.IPropertySettings
Public Function CreateCompositeLaunchSettings (projectFileContext As ProjectTargetFileContext, debugLaunchActionContext As DebugLaunchActionContext, ParamArray launchSettings As IPropertySettings()) As IPropertySettings

Parameters

projectFileContext
ProjectTargetFileContext

The project file context

debugLaunchActionContext
DebugLaunchActionContext

Debug Launch Action context

launchSettings
IPropertySettings[]

list of launch settings to composite

Returns

A Composite launch settings

Applies to