Compartilhar via


SettingMessage Class

Definition

A message associated with a Setting.

public class SettingMessage : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingMessage>
type SettingMessage = class
    interface IEquatable<SettingMessage>
Public Class SettingMessage
Implements IEquatable(Of SettingMessage)
Inheritance
SettingMessage
Implements

Constructors

SettingMessage(String)

Initializes a new instance of the SettingMessage class.

Properties

Severity

Gets the rule that determines if this message is visible in the UI.

Text

Gets the text of the message.

VisibleWhen

Gets the rule that determines if this message is visible in the UI.

Methods

Equals(Object)
Equals(SettingMessage)

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

GetHashCode()

Serves as the default hash function.

Applies to