Compartir a través de


Configuration Clase

Definición

Representa un objeto 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
Herencia
Configuration
Implementaciones

Constructores

Configuration()

Crea una nueva instancia de la clase Configuration.

Propiedades

DisplayName

Obtiene el nombre para mostrar de la configuración.

Métodos

EnumOutputs(IVsEnumOutputs)

Obsoleto. No utilizar.

get_BuildableProjectCfg(IVsBuildableProjectCfg)

Representa un objeto Configuration.

get_CanonicalName(String)

Representa un objeto Configuration.

get_DisplayName(String)

Representa un objeto Configuration.

get_IsDebugOnly(Int32)

Representa un objeto Configuration.

get_IsPackaged(Int32)

Representa un objeto Configuration.

get_IsReleaseOnly(Int32)

Representa un objeto Configuration.

get_IsSpecifyingOutputSupported(Int32)

Representa un objeto Configuration.

get_Platform(Guid)

Representa un objeto Configuration.

get_ProjectCfgProvider(IVsProjectCfgProvider)

Representa un objeto Configuration.

get_RootURL(String)

Representa un objeto Configuration.

get_TargetCodePage(UInt32)

Representa un objeto Configuration.

get_UpdateSequenceNumber(ULARGE_INTEGER[])

Representa un objeto Configuration.

OpenOutput(String, IVsOutput)

Obsoleto. No utilizar.

Implementaciones de interfaz explícitas

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

Proveedor de interoperabilidad.

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32)

Proveedor de interoperabilidad.

IVsDebuggerEvents.OnModeChange(DBGMODE)

Proveedor de interoperabilidad.

Se aplica a