Méthode | Description | |
---|---|---|
AsmHighlighterLanguageService ( ) : System | ||
ComputeDataTipOnContext ( IVsTextLines textLines, int line, int col, TextSpan &span, string &tipText ) : int | ||
CreateSource ( IVsTextLines buffer ) : Microsoft.VisualStudio.Package.Source | ||
Format ( IVsTextLayer pTextLayer, TextSpan ptsSel ) : int | ||
GetColorableItem ( int index, IVsColorableItem &item ) : int | ||
GetDataTip ( IVsTextLayer pTextLayer, TextSpan ptsSel, TextSpan ptsTip, string &pbstrText ) : int |
Displays a tip over a span of text when the mouse hovers over this location.
|
|
GetFormatFilterList ( ) : string | ||
GetItemCount ( int &count ) : int | ||
GetLanguagePreferences ( ) : Microsoft.VisualStudio.Package.LanguagePreferences | ||
GetPairExtent ( IVsTextLayer pTextLayer, TextAddress ta, TextSpan pts ) : int | ||
GetScanner ( IVsTextLines buffer ) : IScanner | ||
GetWordExtent ( IVsTextLayer pTextLayer, TextAddress ta, WORDEXTFLAGS flags, TextSpan pts ) : int | ||
IsDebugging ( ) : bool | ||
ParseSource ( Microsoft.VisualStudio.Package.ParseRequest req ) : Microsoft.VisualStudio.Package.AuthoringScope | ||
UpdateLanguageContext ( LanguageContextHint hint, IVsTextLines buffer, TextSpan ptsSelection, Microsoft context ) : void | ||
ValidateBreakpointLocation ( IVsTextBuffer buffer, int line, int col, TextSpan pCodeSpan ) : int |
Validates the breakpoint location.
|
public AsmHighlighterLanguageService ( ) : System | ||
Résultat | System |
public ComputeDataTipOnContext ( IVsTextLines textLines, int line, int col, TextSpan &span, string &tipText ) : int | ||
textLines | IVsTextLines | |
line | int | |
col | int | |
span | TextSpan | |
tipText | string | |
Résultat | int |
public CreateSource ( IVsTextLines buffer ) : Microsoft.VisualStudio.Package.Source | ||
buffer | IVsTextLines | |
Résultat | Microsoft.VisualStudio.Package.Source |
public Format ( IVsTextLayer pTextLayer, TextSpan ptsSel ) : int | ||
pTextLayer | IVsTextLayer | |
ptsSel | TextSpan | |
Résultat | int |
public GetColorableItem ( int index, IVsColorableItem &item ) : int | ||
index | int | |
item | IVsColorableItem | |
Résultat | int |
public GetDataTip ( IVsTextLayer pTextLayer, TextSpan ptsSel, TextSpan ptsTip, string &pbstrText ) : int | ||
pTextLayer | IVsTextLayer | [in] An |
ptsSel | TextSpan | [in] Span of text relevant to the specified text layer. For more information, see |
ptsTip | TextSpan | [out] Returns a span of text to center the tip over. For more information, see |
pbstrText | string | [out] Returns the text of the tip to display. |
Résultat | int |
public GetLanguagePreferences ( ) : Microsoft.VisualStudio.Package.LanguagePreferences | ||
Résultat | Microsoft.VisualStudio.Package.LanguagePreferences |
public GetPairExtent ( IVsTextLayer pTextLayer, TextAddress ta, TextSpan pts ) : int | ||
pTextLayer | IVsTextLayer | |
ta | TextAddress | |
pts | TextSpan | |
Résultat | int |
public GetScanner ( IVsTextLines buffer ) : IScanner | ||
buffer | IVsTextLines | |
Résultat | IScanner |
public GetWordExtent ( IVsTextLayer pTextLayer, TextAddress ta, WORDEXTFLAGS flags, TextSpan pts ) : int | ||
pTextLayer | IVsTextLayer | |
ta | TextAddress | |
flags | WORDEXTFLAGS | |
pts | TextSpan | |
Résultat | int |
public ParseSource ( Microsoft.VisualStudio.Package.ParseRequest req ) : Microsoft.VisualStudio.Package.AuthoringScope | ||
req | Microsoft.VisualStudio.Package.ParseRequest | |
Résultat | Microsoft.VisualStudio.Package.AuthoringScope |
public UpdateLanguageContext ( LanguageContextHint hint, IVsTextLines buffer, TextSpan ptsSelection, Microsoft context ) : void | ||
hint | LanguageContextHint | |
buffer | IVsTextLines | |
ptsSelection | TextSpan | |
context | Microsoft | |
Résultat | void |
public ValidateBreakpointLocation ( IVsTextBuffer buffer, int line, int col, TextSpan pCodeSpan ) : int | ||
buffer | IVsTextBuffer | The buffer. |
line | int | The line. |
col | int | The col. |
pCodeSpan | TextSpan | The TextSpans to update. |
Résultat | int |