Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- category
 Type: System.String
 The appearance category.
Return Value
Type: Microsoft.VisualStudio.Text.Classification.IEditorFormatMap
An IEditorFormatMap for the category.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.