CompletionPresenterStyle::CompletionTextRunProperties Property

 

Gets the text run properties that are used to format the text of the individual completion items.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: