IEditorFormatMapService Interface

Definition

Looks up a format map for a given view role.

public interface class IEditorFormatMapService
public interface class IEditorFormatMapService
__interface IEditorFormatMapService
public interface IEditorFormatMapService
type IEditorFormatMapService = interface
Public Interface IEditorFormatMapService

Remarks

This is a MEF component part, and should be imported as follows: [Import] IEditorFormatMapService formatMap = null;

Methods

GetEditorFormatMap(ITextView)

Gets an IEditorFormatMap appropriate for a given text view. This object is likely to be shared among several text views.

GetEditorFormatMap(String)

Get a IEditorFormatMap for a given appearance category.

Applies to