IVsDebugger5::GetDiagnosticsToolsBypassState Method ()

Visual Studio 2015
 

Gets the current bypass state; that is, whether the diagnostics tools should be bypassed in the next debugger session.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

bool GetDiagnosticsToolsBypassState()

Return Value

Type: System::Boolean

True if the tools should be bypassed, otherwise false.

Return to top
Show: