ErrorTag.ErrorType 属性

获取错误的类型使用。

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

语法

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

属性值

类型:String
使用的错误类型。

实现

IErrorTag.ErrorType

.NET Framework 安全性

请参阅

参考

ErrorTag 类

Microsoft.VisualStudio.Text.Tagging 命名空间