Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save JoshVarty/8ce34492f73e4098a7e3 to your computer and use it in GitHub Desktop.

Select an option

Save JoshVarty/8ce34492f73e4098a7e3 to your computer and use it in GitHub Desktop.
var outWindow = GetService(typeof(SVsOutputWindow)) as IVsOutputWindow;
var debugPaneGuid = VSConstants.GUID_OutWindowGeneralPane;
IVsOutputWindowPane pane;
outWindow.GetPane(ref debugPaneGuid, out pane);
IVsTextView view = pane as IVsTextView;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment