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)

相互運用機能プロバイダーです。

適用対象