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 a project system to customize how the worker process for a particular Web service is debugged. This interface is obtained by calling QueryInterface on a IVsWebServiceProvider object.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("EB7E00F3-A310-477C-AA65-ED94372377F3")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebServiceProviderDebug
[GuidAttribute("EB7E00F3-A310-477C-AA65-ED94372377F3")]
[InterfaceTypeAttribute()]
public interface IVsWebServiceProviderDebug
[GuidAttribute(L"EB7E00F3-A310-477C-AA65-ED94372377F3")]
[InterfaceTypeAttribute()]
public interface class IVsWebServiceProviderDebug
[<GuidAttribute("EB7E00F3-A310-477C-AA65-ED94372377F3")>]
[<InterfaceTypeAttribute()>]
type IVsWebServiceProviderDebug = interface end
public interface IVsWebServiceProviderDebug
The IVsWebServiceProviderDebug type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetDebugEngineFilter | Determines which debug engines should be used when the debugger attaches to the worker process for a particular Web service. |
Top
.gif)