ITextFormattable Interface
Visual Studio 2015
Provides a way to override the text formatting properties for an object.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | GetHighlightedTextRunProperties(TextRunProperties) | Gets a set of text run properties that overrides the default set used to display text when this object is highlighted. |
![]() | GetTextRunProperties(TextRunProperties) | Gets a set of TextRunProperties that overrides the default TextRunProperties used to display the text. |
This interface is primarily implemented by Completion instances that wish to override their textual presentation in the statement completion presenter.
Show:
