SettingMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |