IVsDebuggableProtocol Interface

 

Allows clients to add to the debuggable protocol list.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("CA647009-A436-4D08-BA0F-9027A97A818B")]
public interface class IVsDebuggableProtocol

NameDescription
System_CAPS_pubmethodAddDebuggableProtocol(String^)

Adds a protocol to the debuggable protocol list.

System_CAPS_pubmethodIsProtocolDebuggable(String^)

Indicates whether the specified protocol is debuggable.

System_CAPS_pubmethodRemoveDebuggableProtocol(String^)

Removes the indicated protocol from the debuggable protocol list.

Return to top
Show: