Beispiel #1
0
 public void GetPane(ref Guid guid, out IVsOutputWindowPane pane)
 {
     pane = Pane;
 }
Beispiel #2
0
 public void CreatePane(ref Guid guid, string title, int visible, int clearWithSolution)
 {
     Pane = new IVsOutputWindowPane();
 }