CompletionPresenterStyle::SelectionTextRunProperties Property
Visual Studio 2015
Gets text run properties that are used to paint the text of the selected completion item.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property TextRunProperties^ SelectionTextRunProperties { [CompilerGeneratedAttribute] virtual TextRunProperties^ get(); [CompilerGeneratedAttribute] protected: virtual void set(TextRunProperties^ value); }
This TextRunProperties object must not conflict with the SelectionBackgroundBrush.
Show: