IClassificationFormatMap.GetEditorFormatMapKey 方法

在基础 IEditorFormatMap获取键用于存储 classificationType 关联的属性。

命名空间:  Microsoft.VisualStudio.Text.Classification
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
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

参数

返回值

类型:String
键。

.NET Framework 安全性

请参阅

参考

IClassificationFormatMap 接口

Microsoft.VisualStudio.Text.Classification 命名空间