Configuration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Configuration 对象。
public ref class Configuration sealed : Microsoft::VisualStudio::Shell::Interop::IVsDebuggableProjectCfg, Microsoft::VisualStudio::Shell::Interop::IVsDebuggerEvents
public sealed class Configuration : Microsoft.VisualStudio.Shell.Interop.IVsDebuggableProjectCfg, Microsoft.VisualStudio.Shell.Interop.IVsDebuggerEvents
type Configuration = class
interface IVsDebuggableProjectCfg
interface IVsProjectCfg
interface IVsCfg
interface IVsDebuggerEvents
Public NotInheritable Class Configuration
Implements IVsDebuggableProjectCfg, IVsDebuggerEvents
- 继承
-
Configuration
- 实现
构造函数
| 名称 | 说明 |
|---|---|
| Configuration() |
创建类的新实例 Configuration 。 |
属性
| 名称 | 说明 |
|---|---|
| DisplayName |
获取配置的显示名称。 |
方法
显式接口实现
| 名称 | 说明 |
|---|---|
| IVsDebuggableProjectCfg.DebugLaunch(UInt32) |
互操作服务提供者。 |
| IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32) |
互操作服务提供者。 |
| IVsDebuggerEvents.OnModeChange(DBGMODE) |
互操作服务提供者。 |