SettingMessageSeverity Struct

Definition

Valid values for Severity.

[Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnum("informational", false)]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingMessageSeverity+Converter))]
public struct SettingMessageSeverity : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingMessageSeverity>
[<Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnum("informational", false)>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingMessageSeverity+Converter))>]
type SettingMessageSeverity = struct
Public Structure SettingMessageSeverity
Implements IEquatable(Of SettingMessageSeverity)
Inheritance
SettingMessageSeverity
Attributes
Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnumAttribute Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Name Description
Error

Gets the "error" message severity.

Informational

Gets the "informational" message severity.

Warning

Gets the "warning" message severity.

Methods

Name Description
Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(SettingMessageSeverity)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the string value of SettingMessageSeverity.

Operators

Name Description
Equality(SettingMessageSeverity, SettingMessageSeverity)

Compares two SettingMessageSeverity values returning whether they are equal.

Implicit(SettingMessageSeverity to String)

Implicitly converts a SettingMessageSeverity to a string.

Inequality(SettingMessageSeverity, SettingMessageSeverity)

Compares two SettingMessageSeverity values returning whether they are different.

Applies to