Share via


ErrorTag.ErrorType Property

Gets the type of error to use.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
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)

Property Value

Type: String
The type of error to use.

Implements

IErrorTag.ErrorType

.NET Framework Security

See Also

Reference

ErrorTag Class

Microsoft.VisualStudio.Text.Tagging Namespace