IClassificationFormatMapService Interface

Définition

Recherche une carte de mise en forme de classification pour une vue donnée.

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

Remarques

Il s’agit d’une partie de composant MEF qui doit être importée comme suit : [Import] IClassificationFormatMapService formatMap = null ;

Méthodes

GetClassificationFormatMap(ITextView)

Obtient une IClassificationFormatMap appropriée pour la vue de texte spécifiée. Cet objet est susceptible d'être partagé entre plusieurs vues de texte.

GetClassificationFormatMap(String)

Obtient une IClassificationFormatMap pour la catégorie d'apparence spécifiée.

S’applique à