C# 클래스 TestAuthoringScope, VisualFStar

상속: AuthoringScope
파일 보기 프로젝트 열기: YaccConstructor/VisualFStar 1 사용 예제들

공개 메소드들

메소드 설명
GetDataTipText ( int line, int col, TextSpan, &span ) : string
GetDeclarations ( IVsTextView view, int line, int col, TokenInfo info, ParseReason reason ) : Declarations,
GetMethods ( int line, int col, string name ) : Methods,
Goto ( VSConstants cmd, IVsTextView textView, int line, int col, TextSpan, &span ) : string

메소드 상세

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, TokenInfo info, ParseReason reason ) : Declarations,
view IVsTextView
line int
col int
info TokenInfo
reason ParseReason
리턴 Declarations,

GetMethods() 공개 메소드

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

Goto() 공개 메소드

public Goto ( VSConstants cmd, IVsTextView textView, int line, int col, TextSpan, &span ) : string
cmd VSConstants
textView IVsTextView
line int
col int
span TextSpan,
리턴 string