IVsProjectCfgDebugTypeSelection Interface
Visual Studio 2015
An optional interface implemented by projects to expose the debugger type to the Visual Studio toolbar.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
