IClassificationFormatMapService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |