ITextFormattable Interface

Definition

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.

Applies to