IVsProjectCfgDebugTypeSelection Interface

Definition

An optional interface implemented by projects to expose the debugger type to the Visual Studio toolbar.

public interface class IVsProjectCfgDebugTypeSelection
public interface class IVsProjectCfgDebugTypeSelection
__interface IVsProjectCfgDebugTypeSelection
[System.Runtime.InteropServices.Guid("1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectCfgDebugTypeSelection
[<System.Runtime.InteropServices.Guid("1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectCfgDebugTypeSelection = interface
Public Interface IVsProjectCfgDebugTypeSelection
Attributes

Methods

GetCurrentDebugType(String)

Retrieves the current debug type.

GetDebugTypeName(String, String)

Gets the localized debug type name from the debug type.

GetDebugTypes(Array)

Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true

SetCurrentDebugType(String)

Sets the current debug type.

Applies to