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
classificationType
Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationTypeIClassificationType di chi chiave viene restituita.
Valore restituito
Tipo: String
la chiave.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.