Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.IClassificationType
The 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.