C# Class AsmHighlighter.AsmHighlighterLanguageService.TestAuthoringScope

Inheritance: Microsoft.VisualStudio.Package.AuthoringScope
Exibir arquivo Open project: Trass3r/AsmHighlighter

Public Methods

Method Description
GetDataTipText ( int line, int col, TextSpan &span ) : string
GetDeclarations ( IVsTextView view, int line, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
GetMethods ( int line, int col, string name ) : Methods
Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string
TestAuthoringScope ( AsmHighlighterLanguageService langServiceArg, AsmHighlighter.AsmHighlighterSource sourceArg ) : System

Method Details

GetDataTipText() public method

public GetDataTipText ( int line, int col, TextSpan &span ) : string
line int
col int
span TextSpan
return string

GetDeclarations() public method

public GetDeclarations ( IVsTextView view, int line, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
view IVsTextView
line int
col int
info Microsoft.VisualStudio.Package.TokenInfo
reason ParseReason
return Microsoft.VisualStudio.Package.Declarations

GetMethods() public method

public GetMethods ( int line, int col, string name ) : Methods
line int
col int
name string
return Methods

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

TestAuthoringScope() public method

public TestAuthoringScope ( AsmHighlighterLanguageService langServiceArg, AsmHighlighter.AsmHighlighterSource sourceArg ) : System
langServiceArg AsmHighlighterLanguageService
sourceArg AsmHighlighter.AsmHighlighterSource
return System