Partager via


IEditorFormatMapService.GetEditorFormatMap, méthode (String)

Obtient une IEditorFormatMap pour une catégorie d'apparence donnée.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Function GetEditorFormatMap ( _
    category As String _
) As IEditorFormatMap
IEditorFormatMap GetEditorFormatMap(
    string category
)
IEditorFormatMap^ GetEditorFormatMap(
    String^ category
)
abstract GetEditorFormatMap : 
        category:string -> IEditorFormatMap
function GetEditorFormatMap(
    category : String
) : IEditorFormatMap

Paramètres

  • category
    Type : String

    Catégorie d'apparence.

Valeur de retour

Type : Microsoft.VisualStudio.Text.Classification.IEditorFormatMap
IEditorFormatMap pour la catégorie.

Sécurité .NET Framework

Voir aussi

Référence

IEditorFormatMapService Interface

GetEditorFormatMap, surcharge

Microsoft.VisualStudio.Text.Classification, espace de noms