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)

互操作服务提供者。

适用于