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
‘선언
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 | |
---|---|---|
CompilerError | Represents compiler errors. | |
OtherError | Represents other errors. | |
SyntaxError | Represents syntax errors. | |
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.