IEditorFormatMapService.GetEditorFormatMap-Methode (String)
Ruft eine IEditorFormatMap für eine angegebene Kategorie Darstellung ab.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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
Parameter
category
Typ: StringDie Kategorie Darstellung.
Rückgabewert
Typ: Microsoft.VisualStudio.Text.Classification.IEditorFormatMap
Eine IEditorFormatMap für die Kategorie.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.