OverviewMarkTag.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 中)

语法

声明
Public ReadOnly Property MarkKindName As String
public string MarkKindName { get; }
public:
virtual property String^ MarkKindName {
    String^ get () sealed;
}
abstract MarkKindName : string with get 
override MarkKindName : string with get
final function get MarkKindName () : String

属性值

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

实现

IOverviewMarkTag.MarkKindName

.NET Framework 安全性

请参阅

参考

OverviewMarkTag 类

Microsoft.VisualStudio.Text.Tagging 命名空间