TagTypeAttribute.TagTypes 属性

获取标记的类型。

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

语法

声明
Public ReadOnly Property TagTypes As Type
public Type TagTypes { get; }
public:
property Type^ TagTypes {
    Type^ get ();
}
member TagTypes : Type with get
function get TagTypes () : Type

属性值

类型:Type
该标记的类型。

.NET Framework 安全性

请参阅

参考

TagTypeAttribute 类

Microsoft.VisualStudio.Text.Tagging 命名空间