Condividi tramite


SettingMessageSeverity Struct

Definition

Valid values for Severity.

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

Properties

Error

Gets the "error" message severity.

Informational

Gets the "informational" message severity.

Warning

Gets the "warning" message severity.

Methods

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

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