ITextMarkerTag.Type 属性

获取要使用的修饰的类型。

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

语法

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

属性值

类型:String
使用修饰的类型。

.NET Framework 安全性

请参阅

参考

ITextMarkerTag 接口

Microsoft.VisualStudio.Text.Tagging 命名空间