PredefinedErrorTypeNames Class

Represents the predefined error types.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Text.Adornments.PredefinedErrorTypeNames

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

Syntax

'Declaration
Public NotInheritable Class PredefinedErrorTypeNames
public static class PredefinedErrorTypeNames
public ref class PredefinedErrorTypeNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type PredefinedErrorTypeNames =  class end
public final class PredefinedErrorTypeNames

The PredefinedErrorTypeNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member CompilerError Represents compiler errors.
Public fieldStatic member OtherError Represents other errors.
Public fieldStatic member SyntaxError Represents syntax errors.
Public fieldStatic member Warning Represents compiler warnings.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Text.Adornments Namespace