IVsProjectCfgDebugTypeSelection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |