Метод | Описание | |
---|---|---|
AuthoringScope ( object parseResult ) : System | ||
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 ) : Microsoft.VisualStudio.Package.Methods | ||
Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string |
Метод | Описание | |
---|---|---|
GetTokenInfoOfFirstTokenOnLine ( IVsTextView view, int line, int col ) : Microsoft.VisualStudio.Package.TokenInfo |
public AuthoringScope ( object parseResult ) : System | ||
parseResult | object | |
Результат | System |
public GetDataTipText ( int line, int col, TextSpan &span ) : string | ||
line | int | |
col | int | |
span | TextSpan | |
Результат | string |
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 |
public GetMethods ( int line, int col, string name ) : Microsoft.VisualStudio.Package.Methods | ||
line | int | |
col | int | |
name | string | |
Результат | Microsoft.VisualStudio.Package.Methods |
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 |