PredefinedErrorTypeNames Class

 

Represents the predefined error types.

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

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

public static class PredefinedErrorTypeNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCompilerError

Represents compiler errors.

System_CAPS_pubfieldSystem_CAPS_staticOtherError

Represents other errors.

System_CAPS_pubfieldSystem_CAPS_staticSuggestion

System_CAPS_pubfieldSystem_CAPS_staticSyntaxError

Represents syntax errors.

System_CAPS_pubfieldSystem_CAPS_staticWarning

Represents compiler warnings.

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

Return to top
Show: