Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Looks up a classification format map for a given view.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IClassificationFormatMapService
public interface IClassificationFormatMapService
public interface class IClassificationFormatMapService
type IClassificationFormatMapService = interface end
public interface IClassificationFormatMapService
Methods
| Name | Description | |
|---|---|---|
![]() |
GetClassificationFormatMap(String) | Gets a IClassificationFormatMap for the specified appearance category. |
![]() |
GetClassificationFormatMap(ITextView) | Gets an IClassificationFormatMap appropriate for the specified text view. This object is likely to be shared among multiple text views. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import] IClassificationFormatMapService formatMap = null;
.gif)