IVsWebServiceProviderDebug Interface

 

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)

[GuidAttribute("EB7E00F3-A310-477C-AA65-ED94372377F3")]
[InterfaceTypeAttribute(1)]
public interface IVsWebServiceProviderDebug

NameDescription
System_CAPS_pubmethodGetDebugEngineFilter(VsDebugEngineFilter[])

Determines which debug engines should be used when the debugger attaches to the worker process for a particular Web service.

Return to top
Show: