IEditorFormatMapService.GetEditorFormatMap Method (String)

Get a IEditorFormatMap for a given appearance category.

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

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Classification.IEditorFormatMap
An IEditorFormatMap for the category.

.NET Framework Security

See Also

Reference

IEditorFormatMapService Interface

GetEditorFormatMap Overload

Microsoft.VisualStudio.Text.Classification Namespace