IEditorFormatMap-Schnittstelle
Ordnet beliebige Schlüssel einem ResourceDictionary zu.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IEditorFormatMap
public interface IEditorFormatMap
public interface class IEditorFormatMap
type IEditorFormatMap = interface end
public interface IEditorFormatMap
Der IEditorFormatMap-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
IsInBatchUpdate | Bestimmt, ob sich diese IEditorFormatMap in einer Batchaktualisierung befindet. |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
AddProperties | Fügt ein ResourceDictionary für einen neuen Schlüssel hinzu. |
![]() |
BeginBatchUpdate | Startet eine Batchaktualisierung dieser IEditorFormatMap.Ereignisse werden erst ausgelöst, wenn EndBatchUpdate aufgerufen wird. |
![]() |
EndBatchUpdate | Beendet eine Batchaktualisierung dieser IEditorFormatMap und löst ein Ereignis aus, wenn Änderungen während des Batchupdates vorgenommen wurden. |
![]() |
GetProperties | Ruft ein ResourceDictionary für den angegebenen Schlüssel ab. |
![]() |
SetProperties | Legt das ResourceDictionary eines Schlüssels fest. |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
![]() |
FormatMappingChanged | Tritt ein, wenn sich diese IEditorFormatMap ändert. |
Zum Seitenanfang