Freigeben über


IEditorFormatMapService.GetEditorFormatMap-Methode (ITextView)

Ruft eine passende IEditorFormatMap für eine angegebene Textansicht ab. Dieses Objekt wird wahrscheinlich von verschiedenen Textansichten gemeinsam verwendet.

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

Syntax

'Declaration
Function GetEditorFormatMap ( _
    view As ITextView _
) As IEditorFormatMap
IEditorFormatMap GetEditorFormatMap(
    ITextView view
)
IEditorFormatMap^ GetEditorFormatMap(
    ITextView^ view
)
abstract GetEditorFormatMap : 
        view:ITextView -> IEditorFormatMap
function GetEditorFormatMap(
    view : ITextView
) : IEditorFormatMap

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Classification.IEditorFormatMap
Eine IEditorFormatMap für die Textansicht.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorFormatMapService Schnittstelle

GetEditorFormatMap-Überladung

Microsoft.VisualStudio.Text.Classification-Namespace