Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CA647009-A436-4D08-BA0F-9027A97A818B")> _
Public Interface IVsDebuggableProtocol
[InterfaceTypeAttribute()]
[GuidAttribute("CA647009-A436-4D08-BA0F-9027A97A818B")]
public interface IVsDebuggableProtocol
[InterfaceTypeAttribute()]
[GuidAttribute(L"CA647009-A436-4D08-BA0F-9027A97A818B")]
public interface class IVsDebuggableProtocol
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CA647009-A436-4D08-BA0F-9027A97A818B")>]
type IVsDebuggableProtocol = interface end
public interface IVsDebuggableProtocol
The IVsDebuggableProtocol type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AddDebuggableProtocol | Adds a protocol to the debuggable protocol list. |
![]() |
IsProtocolDebuggable | Indicates whether the specified protocol is debuggable. |
![]() |
RemoveDebuggableProtocol | Removes the indicated protocol from the debuggable protocol list. |
Top
.gif)