IEditorFormatMap Interface
Visual Studio 2015
Maps from arbitrary keys to a ResourceDictionary.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | IsInBatchUpdate | Determines whether this IEditorFormatMap is in the middle of a batch update. |
| Name | Description | |
|---|---|---|
![]() | AddProperties(String, ResourceDictionary) | Adds a ResourceDictionary for a new key. |
![]() | BeginBatchUpdate() | Begins a batch update on this IEditorFormatMap. Events will not be raised until EndBatchUpdate is called. |
![]() | EndBatchUpdate() | Ends a batch update on this IEditorFormatMap and raises an event if any changes were made during the batch update. |
![]() | GetProperties(String) | Gets a ResourceDictionary for the specified key. |
![]() | SetProperties(String, ResourceDictionary) | Sets the ResourceDictionary of a key. |
| Name | Description | |
|---|---|---|
![]() | FormatMappingChanged | Occurs when this IEditorFormatMap changes. |
Show:


