Configuration 类

定义

表示 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

获取配置的显示名称。

方法

EnumOutputs(IVsEnumOutputs)

已过时。 请勿使用。

get_BuildableProjectCfg(IVsBuildableProjectCfg)

表示 Configuration 对象。

get_CanonicalName(String)

表示 Configuration 对象。

get_DisplayName(String)

表示 Configuration 对象。

get_IsDebugOnly(Int32)

表示 Configuration 对象。

get_IsPackaged(Int32)

表示 Configuration 对象。

get_IsReleaseOnly(Int32)

表示 Configuration 对象。

get_IsSpecifyingOutputSupported(Int32)

表示 Configuration 对象。

get_Platform(Guid)

表示 Configuration 对象。

get_ProjectCfgProvider(IVsProjectCfgProvider)

表示 Configuration 对象。

get_RootURL(String)

表示 Configuration 对象。

get_TargetCodePage(UInt32)

表示 Configuration 对象。

get_UpdateSequenceNumber(ULARGE_INTEGER[])

表示 Configuration 对象。

OpenOutput(String, IVsOutput)

已过时。 请勿使用。

显式接口实现

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

互操作提供程序。

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32)

互操作提供程序。

IVsDebuggerEvents.OnModeChange(DBGMODE)

互操作提供程序。

适用于