IClassificationFormatMapService Interface

Definition

Looks up a classification format map for a given view.

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

Remarks

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

Methods

GetClassificationFormatMap(ITextView)

Gets an IClassificationFormatMap appropriate for the specified text view. This object is likely to be shared among multiple text views.

GetClassificationFormatMap(String)

Gets a IClassificationFormatMap for the specified appearance category.

Applies to