Example #1
0
 public int GetCodeWindowManager(IVsCodeWindow pCodeWin, out IVsCodeWindowManager ppCodeWinMgr)
 {
     // will need to implement this method to support type and member dropdown bars
     ppCodeWinMgr = null;
     return(VSConstants.E_FAIL);
 }
 public int GetCodeWindowManager(IVsCodeWindow pCodeWin, out IVsCodeWindowManager ppCodeWinMgr)
 {
     // will need to implement this method to support type and member dropdown bars
     ppCodeWinMgr = null;
     return VSConstants.E_FAIL;
 }