IVsDebugger10.IsIntegratedConsoleEnabled(Boolean) Method
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.
public:
void IsIntegratedConsoleEnabled([Runtime::InteropServices::Out] bool % pEnabled);
public void IsIntegratedConsoleEnabled (out bool pEnabled);
abstract member IsIntegratedConsoleEnabled : bool -> unit
Public Sub IsIntegratedConsoleEnabled (ByRef pEnabled As Boolean)
Parameters
- pEnabled
- Boolean