Configuration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Configuration object.
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
- Inheritance
-
Configuration
- Implements
Constructors
Configuration() |
Creates a new instance of the Configuration class. |
Properties
DisplayName |
Gets the display name of the configuration. |
Methods
Explicit Interface Implementations
IVsDebuggableProjectCfg.DebugLaunch(UInt32) |
Interop provider. |
IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32) |
Interop provider. |
IVsDebuggerEvents.OnModeChange(DBGMODE) |
Interop provider. |