Condividi tramite


Metodo IClassificationFormatMap.GetEditorFormatMapKey

ottiene la chiave utilizzata per archiviare le proprietà associate di classificationType nell'oggetto sottostante IEditorFormatMap.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'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

Parametri

Valore restituito

Tipo: String
la chiave.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassificationFormatMap Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Classification