IVsWebServiceProviderDebug::GetDebugEngineFilter Method (array<VsDebugEngineFilter>^)
Visual Studio 2015
Determines which debug engines should be used when the debugger attaches to the worker process for a particular Web service.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Parameters
- pEngineFilter
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VsDebugEngineFilter>^
[out, retval] The list of debug engines.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
A project system should usually return the same values that are returned in the VsDebugTargetInfo2 structure. To debug managed code, return guidCOMPlusOnlyEng (449EC4CC-30D2-4032-9256-EE18EB41B62B).
Show: