IClassificationFormatMap Interface

 
Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public interface IClassificationFormatMap

NameDescription
System_CAPS_pubpropertyCurrentPriorityOrder

Gets a read-only list of the IClassificationType objects supported by this format map, sorted by priority.

System_CAPS_pubpropertyDefaultTextProperties

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.

System_CAPS_pubpropertyIsInBatchUpdate

Determines whether this IClassificationFormatMap is in the middle of a batch update.

NameDescription
System_CAPS_pubmethodAddExplicitTextProperties(IClassificationType, TextFormattingRunProperties)
System_CAPS_pubmethodAddExplicitTextProperties(IClassificationType, TextFormattingRunProperties, IClassificationType)
System_CAPS_pubmethodBeginBatchUpdate()

Begins a batch update on this IClassificationFormatMap. Events will not be raised until EndBatchUpdate is called.

System_CAPS_pubmethodEndBatchUpdate()

Ends a batch update on this IClassificationFormatMap and raises an event if any changes were made during the batch update.

System_CAPS_pubmethodGetEditorFormatMapKey(IClassificationType)

Gets the key used to store the associated properties of classificationType in the underlying IEditorFormatMap.

System_CAPS_pubmethodGetExplicitTextProperties(IClassificationType)

Gets the explicit TextFormattingRunProperties for the specified classification type.

System_CAPS_pubmethodGetTextProperties(IClassificationType)

Gets the TextFormattingRunProperties for a given text classification type.

System_CAPS_pubmethodSetExplicitTextProperties(IClassificationType, TextFormattingRunProperties)
System_CAPS_pubmethodSetTextProperties(IClassificationType, TextFormattingRunProperties)
System_CAPS_pubmethodSwapPriorities(IClassificationType, IClassificationType)

Switches the priorities of two IClassificationType objects.

NameDescription
System_CAPS_pubeventClassificationFormatMappingChanged

Occurs when this IClassificationFormatMap changes.

Return to top
Show: