C# 클래스 AsmHighlighter.AsmHighlighterLanguageService.TestAuthoringScope

상속: Microsoft.VisualStudio.Package.AuthoringScope
파일 보기 프로젝트 열기: Trass3r/AsmHighlighter

공개 메소드들

메소드 설명
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

메소드 상세

GetDataTipText() 공개 메소드

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

GetDeclarations() 공개 메소드

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
리턴 Microsoft.VisualStudio.Package.Declarations

GetMethods() 공개 메소드

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

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

TestAuthoringScope() 공개 메소드

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