IVsDebuggableProtocol Schnittstelle

Definition

Ermöglicht Clients, der debugfähigen der Protokollliste hinzuzufügen.

public interface class IVsDebuggableProtocol
public interface class IVsDebuggableProtocol
__interface IVsDebuggableProtocol
[System.Runtime.InteropServices.Guid("CA647009-A436-4D08-BA0F-9027A97A818B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDebuggableProtocol
[<System.Runtime.InteropServices.Guid("CA647009-A436-4D08-BA0F-9027A97A818B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDebuggableProtocol = interface
Public Interface IVsDebuggableProtocol
Attribute

Methoden

AddDebuggableProtocol(String)

Fügt der debugfähigen Protokollliste ein Protokoll hinzu.

IsProtocolDebuggable(String)

Gibt an, ob das angegebene Protokoll debugfähig ist.

RemoveDebuggableProtocol(String)

Entfernt das angegebene Protokoll aus der Liste der debugfähigen Protokolle.

Gilt für