IVsDebuggableProtocol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows clients to add to the debuggable protocol list.
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebuggableProtocol
[<System.Runtime.InteropServices.Guid("CA647009-A436-4D08-BA0F-9027A97A818B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDebuggableProtocol = interface
[<System.Runtime.InteropServices.Guid("CA647009-A436-4D08-BA0F-9027A97A818B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebuggableProtocol = interface
Public Interface IVsDebuggableProtocol
- Attributes
Methods
AddDebuggableProtocol(String) |
Adds a protocol to the debuggable protocol list. |
IsProtocolDebuggable(String) |
Indicates whether the specified protocol is debuggable. |
RemoveDebuggableProtocol(String) |
Removes the indicated protocol from the debuggable protocol list. |