IProjectConfigurationService2.CreateCompositeLaunchSettingsAsync 方法

定义

创建复合设置实例

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

参数

projectFileContext
ProjectTargetFileContext

项目文件上下文

debugLaunchActionContext
DebugLaunchActionContext

调试启动操作上下文

launchSettings
IPropertySettings[]

要组合的启动设置列表

返回

Task<IPropertySettings>

复合启动设置

适用于