ITextFormattable Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a contract for implementors to override the text formatting properties for an object.
public interface class ITextFormattable
	public interface class ITextFormattable
	__interface ITextFormattable
	public interface ITextFormattable
	type ITextFormattable = interface
	Public Interface ITextFormattable
	Remarks
This will mainly be implemented by Completion instances that wish to override their textual presentation in the statement completion presenter.
Methods
| GetHighlightedTextRunProperties(TextRunProperties) | 
		 Gets a set of TextRunProperties that will override the "default" TextRunProperties used to display this object's text when this object is highlighted.  | 
        	
| GetTextRunProperties(TextRunProperties) | 
		 Gets a set of TextRunProperties that will override the "default" TextRunProperties used to display this object's text.  |