IVsProjectCfgDebugTypeSelection Интерфейс

Определение

Необязательный интерфейс, реализованный проектами для предоставления типа отладчика в панели инструментов Visual Studio.

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
Атрибуты

Методы

GetCurrentDebugType(String)

Извлекает текущий тип отладки.

GetDebugTypeName(String, String)

Получает локализованное имя типа отладки из типа отладки.

GetDebugTypes(Array)

Получает список типов отладчика. Это свойства перечисления с метаданными key=IsDebugType value=true

SetCurrentDebugType(String)

Задает текущий тип отладки.

Применяется к