IVsProjectCfgDebugTypeSelection Interface
An optional interface implemented by projects to expose the debugger type to the Visual Studio toolbar.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")> _
Public Interface IVsProjectCfgDebugTypeSelection
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")]
public interface IVsProjectCfgDebugTypeSelection
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")]
public interface class IVsProjectCfgDebugTypeSelection
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("1021A0EE-5E4E-4A9B-ACDA-B607FEF3AB65")>]
type IVsProjectCfgDebugTypeSelection = interface end
public interface IVsProjectCfgDebugTypeSelection
The IVsProjectCfgDebugTypeSelection type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCurrentDebugType | Retrieves the current debug type. | |
GetDebugTypeName | Gets the localized debug type name from the debug type. | |
GetDebugTypes | Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true | |
SetCurrentDebugType | Sets the current debug type. |
Top