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
Public method GetCurrentDebugType Retrieves the current debug type.
Public method GetDebugTypeName Gets the localized debug type name from the debug type.
Public method GetDebugTypes Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true
Public method SetCurrentDebugType Sets the current debug type.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace