IVsWebServiceProviderDebug 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 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.
public interface class IVsWebServiceProviderDebug
public interface class IVsWebServiceProviderDebug
__interface IVsWebServiceProviderDebug
[System.Runtime.InteropServices.Guid("EB7E00F3-A310-477C-AA65-ED94372377F3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebServiceProviderDebug
[System.Runtime.InteropServices.Guid("EB7E00F3-A310-477C-AA65-ED94372377F3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebServiceProviderDebug
[<System.Runtime.InteropServices.Guid("EB7E00F3-A310-477C-AA65-ED94372377F3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebServiceProviderDebug = interface
[<System.Runtime.InteropServices.Guid("EB7E00F3-A310-477C-AA65-ED94372377F3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebServiceProviderDebug = interface
Public Interface IVsWebServiceProviderDebug
- Attributes
Methods
GetDebugEngineFilter(VsDebugEngineFilter[]) |
Determines which debug engines should be used when the debugger attaches to the worker process for a particular Web service. |