IProjectConfigurationService2.CreateCompositeLaunchSettingsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建复合设置实例
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[]
要组合的启动设置列表
返回
复合启动设置