IEditorFormatMap 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 arbitrary keys to a ResourceDictionary.
public interface class IEditorFormatMap
public interface class IEditorFormatMap
__interface IEditorFormatMap
public interface IEditorFormatMap
type IEditorFormatMap = interface
Public Interface IEditorFormatMap
Properties
IsInBatchUpdate |
Determines whether this IEditorFormatMap is in the middle of a batch update. |
Methods
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. |
Events
FormatMappingChanged |
Occurs when this IEditorFormatMap changes. |