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) |
互操作提供程序。 |