ITextFormattable::GetHighlightedTextRunProperties Method (TextRunProperties^)
Visual Studio 2015
Gets a set of text run properties that overrides the default set used to display text when this object is highlighted.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
TextRunProperties^ GetHighlightedTextRunProperties( TextRunProperties^ defaultHighlightedTextRunProperties )
Parameters
- defaultHighlightedTextRunProperties
-
Type:
System.Windows.Media.TextFormatting::TextRunProperties^
The set of TextRunProperties that would have been used to present the highlighted object if they had not been overridden..
Return Value
Type: System.Windows.Media.TextFormatting::TextRunProperties^A set of TextRunProperties that should be used to display this object's highlighted text.
A completion item is highlighted in the default statement completion presenter when it is fully selected. The properties selected to render the highlighted text should be chosen so that they do not clash with the style of the selection rectangle.
Show: