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.
Gets the key used to store the associated properties of classificationType in the underlying IEditorFormatMap.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Function GetEditorFormatMapKey ( _
classificationType As IClassificationType _
) As String
string GetEditorFormatMapKey(
IClassificationType classificationType
)
String^ GetEditorFormatMapKey(
IClassificationType^ classificationType
)
abstract GetEditorFormatMapKey :
classificationType:IClassificationType -> string
function GetEditorFormatMapKey(
classificationType : IClassificationType
) : String
Parameters
classificationType
Type: Microsoft.VisualStudio.Text.Classification.IClassificationTypeThe IClassificationType whose key is returned.
Return Value
Type: System.String
The key.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.