Freigeben über


IEditorFormatMapService.GetEditorFormatMap-Methode (String)

Ruft eine IEditorFormatMap für eine angegebene Kategorie Darstellung ab.

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

Syntax

'Declaration
Function GetEditorFormatMap ( _
    category As String _
) As IEditorFormatMap
IEditorFormatMap GetEditorFormatMap(
    string category
)
IEditorFormatMap^ GetEditorFormatMap(
    String^ category
)
abstract GetEditorFormatMap : 
        category:string -> IEditorFormatMap
function GetEditorFormatMap(
    category : String
) : IEditorFormatMap

Parameter

  • category
    Typ: String

    Die Kategorie Darstellung.

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorFormatMapService Schnittstelle

GetEditorFormatMap-Überladung

Microsoft.VisualStudio.Text.Classification-Namespace