IClassificationFormatMap 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.
Maps from a IClassificationType to an TextFormattingRunProperties object.
public interface class IClassificationFormatMap
public interface class IClassificationFormatMap
__interface IClassificationFormatMap
public interface IClassificationFormatMap
type IClassificationFormatMap = interface
Public Interface IClassificationFormatMap
Properties
CurrentPriorityOrder |
Gets a read-only list of the IClassificationType objects supported by this format map, sorted by priority. |
DefaultTextProperties |
Gets or sets the default properties that are applied to all classification types. The default properties contain the set of minimal properties required to render text properly. |
IsInBatchUpdate |
Determines whether this IClassificationFormatMap is in the middle of a batch update. |
Methods
Events
ClassificationFormatMappingChanged |
Occurs when this IClassificationFormatMap changes. |