Method | Description | |
---|---|---|
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 |
public GetDataTipText ( int line, int col, TextSpan, &span ) : string | ||
line | int | |
col | int | |
span | TextSpan, | |
return | string |
public GetDeclarations ( IVsTextView view, int line, int col, TokenInfo info, ParseReason reason ) : Declarations, | ||
view | IVsTextView | |
line | int | |
col | int | |
info | TokenInfo | |
reason | ParseReason | |
return | Declarations, |
public GetMethods ( int line, int col, string name ) : Methods, | ||
line | int | |
col | int | |
name | string | |
return | Methods, |
public Goto ( VSConstants cmd, IVsTextView textView, int line, int col, TextSpan, &span ) : string | ||
cmd | VSConstants | |
textView | IVsTextView | |
line | int | |
col | int | |
span | TextSpan, | |
return | string |