TextMarkerTag.Type 属性

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

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

语法

声明
Public Property Type As String
public string Type { get; private set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Type : string with get, private set 
override Type : string with get, private set
final function get Type () : String 
private final function set Type (value : String)

属性值

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

实现

ITextMarkerTag.Type

.NET Framework 安全性

请参阅

参考

TextMarkerTag 类

Microsoft.VisualStudio.Text.Tagging 命名空间