Condividi tramite


IClassificationFormatMap.GetEditorFormatMapKey Method

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

'Dichiarazione
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

Return Value

Type: System.String
The key.

.NET Framework Security

See Also

Reference

IClassificationFormatMap Interface

Microsoft.VisualStudio.Text.Classification Namespace