ArraySettingItemPropertyMessage 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 ArraySettingItemProperty.
public class ArraySettingItemPropertyMessage : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyMessage>
	type ArraySettingItemPropertyMessage = class
    interface IEquatable<ArraySettingItemPropertyMessage>
	Public Class ArraySettingItemPropertyMessage
Implements IEquatable(Of ArraySettingItemPropertyMessage)
		- Inheritance
 - 
				ArraySettingItemPropertyMessage
 
- Implements
 
Constructors
| ArraySettingItemPropertyMessage(String) | 
		 Initializes a new instance of the ArraySettingItemPropertyMessage 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(ArraySettingItemPropertyMessage) | Indicates whether the current object is equal to another object of the same type.  | 
        	
| Equals(Object) | Determines whether the specified object is equal to the current object.  | 
        	
| GetHashCode() | Serves as the default hash function.  |