IClassificationFormatMapService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |