AsmHighlighter.AsmHighlighterLanguageService.TestAuthoringScope.Goto C# (CSharp) Method

Goto() public method

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
return string
            public override string Goto(VSConstants.VSStd97CmdID cmd, IVsTextView textView, int line, int col, out TextSpan span)
            {
                span = new TextSpan();
                return null;
            }