Udostępnij za pośrednictwem


Interfejs IVsDebuggerEvents

 

Wyświetla powiadomienie, gdy debuger zmienia tryb.Debuger działa w jednym z trzech trybach: Uruchom, dzielenia lub projektu.Interfejs jest argumentem AdviseDebuggerEvents metoda IVsDebugger interfejsu.Interfejs jest ujście zdarzeń odbiorcy zdarzeń, realizowane przez składniki, którzy chcą mieć powiadomień o zmianach w debugerze.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute(1)]
public interface IVsDebuggerEvents
[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute(1)]
public interface class IVsDebuggerEvents
[<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")>]
[<InterfaceTypeAttribute(1)>]
type IVsDebuggerEvents = interface end
<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")>
<InterfaceTypeAttribute(1)>
Public Interface IVsDebuggerEvents

Metody

Nazwa Opis
System_CAPS_pubmethod OnModeChange(DBGMODE)

Określa funkcję wywoływane, gdy zmienia tryb debugowania.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku