IVsRegisterProjectDebugTargetProvider Interface
Maintains a linked list of debug target providers (IVsProjectDebugTargetProvider). You can get an instance of the interface from the SVsRegisterDebugTargetProvider (SID_SVsRegisterProjectDebugTargetProvider) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4C5F0CEA-5AC9-4EA4-85E2-72E088EA75A8")> _
Public Interface IVsRegisterProjectDebugTargetProvider
[InterfaceTypeAttribute()]
[GuidAttribute("4C5F0CEA-5AC9-4EA4-85E2-72E088EA75A8")]
public interface IVsRegisterProjectDebugTargetProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"4C5F0CEA-5AC9-4EA4-85E2-72E088EA75A8")]
public interface class IVsRegisterProjectDebugTargetProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4C5F0CEA-5AC9-4EA4-85E2-72E088EA75A8")>]
type IVsRegisterProjectDebugTargetProvider = interface end
public interface IVsRegisterProjectDebugTargetProvider
The IVsRegisterProjectDebugTargetProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDebugTargetProvider | Adds a debug target provided to the linked list of debug target providers. | |
RemoveDebugTargetProvider | Removes the specified debug target provider from the linked list of debug target providers. |
Top