Configuration Clase

Definición

Representa un Configuration objeto .

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

Nombre Description
Configuration()

Crea una nueva instancia de la clase Configuration.

Propiedades

Nombre Description
DisplayName

Obtiene el nombre de visualización de la configuración.

Métodos

Nombre Description
EnumOutputs(IVsEnumOutputs)

Obsoleto. No lo use.

get_BuildableProjectCfg(IVsBuildableProjectCfg)

Representa un Configuration objeto .

get_CanonicalName(String)

Representa un Configuration objeto .

get_DisplayName(String)

Representa un Configuration objeto .

get_IsDebugOnly(Int32)

Representa un Configuration objeto .

get_IsPackaged(Int32)

Representa un Configuration objeto .

get_IsReleaseOnly(Int32)

Representa un Configuration objeto .

get_IsSpecifyingOutputSupported(Int32)

Representa un Configuration objeto .

get_Platform(Guid)

Representa un Configuration objeto .

get_ProjectCfgProvider(IVsProjectCfgProvider)

Representa un Configuration objeto .

get_RootURL(String)

Representa un Configuration objeto .

get_TargetCodePage(UInt32)

Representa un Configuration objeto .

get_UpdateSequenceNumber(ULARGE_INTEGER[])

Representa un Configuration objeto .

OpenOutput(String, IVsOutput)

Obsoleto. No lo use.

Implementaciones de interfaz explícitas

Nombre Description
IVsDebuggableProjectCfg.DebugLaunch(UInt32)

Proveedor de interoperabilidad.

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32)

Proveedor de interoperabilidad.

IVsDebuggerEvents.OnModeChange(DBGMODE)

Proveedor de interoperabilidad.

Se aplica a