IOverviewMarkTag.MarkKindName 属性

Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

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

语法

声明
ReadOnly Property MarkKindName As String
string MarkKindName { get; }
property String^ MarkKindName {
    String^ get ();
}
abstract MarkKindName : string with get
function get MarkKindName () : String

属性值

类型:String
The name of the EditorFormatDefinition whose background color is used to draw the mark.

.NET Framework 安全性

请参阅

参考

IOverviewMarkTag 接口

Microsoft.VisualStudio.Text.Tagging 命名空间