ILaunchConfigurationProvider.CustomizeLaunchConfiguration 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为项目文件创建启动配置设置
public:
void CustomizeLaunchConfiguration(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchActionContext, Microsoft::VisualStudio::Workspace::IPropertySettings ^ launchSettings);
public void CustomizeLaunchConfiguration (Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchActionContext, Microsoft.VisualStudio.Workspace.IPropertySettings launchSettings);
abstract member CustomizeLaunchConfiguration : Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext * Microsoft.VisualStudio.Workspace.IPropertySettings -> unit
Public Sub CustomizeLaunchConfiguration (debugLaunchActionContext As DebugLaunchActionContext, launchSettings As IPropertySettings)
参数
- debugLaunchActionContext
- DebugLaunchActionContext
调试启动操作上下文
- launchSettings
- IPropertySettings
启动设置实例