BooLangService.BooScope.Goto C# (CSharp) 메소드

Goto() 공개 메소드

public Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string
cmd Microsoft.VisualStudio.VSConstants
textView IVsTextView
line int
col int
span TextSpan
리턴 string
        public override string Goto(VSConstants.VSStd97CmdID cmd, IVsTextView textView, int line, int col, out TextSpan span)
        {
            throw new NotImplementedException();
        }