public void JumpToSource(vsCMPart location = vsCMPart.vsCMPartNavigate)
        {
            TextPoint startPoint = Original.GetStartPoint(location);
            Document openDoc = _appConfig.HookInformation.Dte.ActiveDocument.ProjectItem.Document;
            ((TextSelection) openDoc.Selection).MoveToPoint(startPoint);
            startPoint.TryToShow();
            openDoc.Activate();
        }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-12-31
  • 2021-12-04
猜你喜欢
  • 2021-07-23
  • 2021-10-16
  • 2021-12-18
  • 2022-12-23
  • 2021-08-04
  • 2022-01-01
  • 2021-11-18
相关资源
相似解决方案