J
JPS
I am having trouble with this code. It is something syntactically,
but I am not sure what.
My ends result should clear the debug window.
OutputWindow outputWin = new DTE2 dte.ToolWindows.OutputWindow;
//dte.ToolWindows.OutputWindow.ActivePane.Clear();
OutputWindowPane pane = null;
outputWin.Parent.AutoHides = false;
outputWin.Parent.Activate();
pane.Activate();
pane.Clear();
but I am not sure what.
My ends result should clear the debug window.
OutputWindow outputWin = new DTE2 dte.ToolWindows.OutputWindow;
//dte.ToolWindows.OutputWindow.ActivePane.Clear();
OutputWindowPane pane = null;
outputWin.Parent.AutoHides = false;
outputWin.Parent.Activate();
pane.Activate();
pane.Clear();