Configuration Class

Definition

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

EnumOutputs(IVsEnumOutputs)

Obsolete. Do not use.

get_BuildableProjectCfg(IVsBuildableProjectCfg)
get_CanonicalName(String)
get_DisplayName(String)
get_IsDebugOnly(Int32)
get_IsPackaged(Int32)
get_IsReleaseOnly(Int32)
get_IsSpecifyingOutputSupported(Int32)
get_Platform(Guid)
get_ProjectCfgProvider(IVsProjectCfgProvider)
get_RootURL(String)
get_TargetCodePage(UInt32)
get_UpdateSequenceNumber(ULARGE_INTEGER[])
OpenOutput(String, IVsOutput)

Obsolete. Do not use.

Explicit Interface Implementations

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

Interop provider.

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32)

Interop provider.

IVsDebuggerEvents.OnModeChange(DBGMODE)

Interop provider.

Applies to