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
實作

建構函式

名稱 Description
Configuration()

建立 Configuration 類別的新實例。

屬性

名稱 Description
DisplayName

會取得設定的顯示名稱。

方法

名稱 Description
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)

已過時。 請勿使用。

明確介面實作

名稱 Description
IVsDebuggableProjectCfg.DebugLaunch(UInt32)

互通醫療提供者。

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32)

互通醫療提供者。

IVsDebuggerEvents.OnModeChange(DBGMODE)

互通醫療提供者。

適用於