IClassificationFormatMap Interface
Maps from a IClassificationType to a TextFormattingRunProperties object.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IClassificationFormatMap
public interface IClassificationFormatMap
public interface class IClassificationFormatMap
type IClassificationFormatMap = interface end
public interface IClassificationFormatMap
The IClassificationFormatMap type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ClassificationFormatMappingChanged | Occurs when this IClassificationFormatMap changes. |
Top