CompletionPresenterStyle::CompletionTextRunProperties Property
Visual Studio 2015
Gets the text run properties that are used to format the text of the individual completion items.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property TextRunProperties^ CompletionTextRunProperties { [CompilerGeneratedAttribute] virtual TextRunProperties^ get(); [CompilerGeneratedAttribute] protected: virtual void set(TextRunProperties^ value); }
Individual completion items may override this value by implementing the ITextFormattable interface.
Show: