IEditorFormatMap Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| 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. |
Show:
