EnumSettingEntry 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.
Configuration of an enum entry of a EnumSettingEntry.
public sealed class EnumSettingEntry : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.EnumSettingEntry>
	type EnumSettingEntry = class
    interface IEquatable<EnumSettingEntry>
	Public NotInheritable Class EnumSettingEntry
Implements IEquatable(Of EnumSettingEntry)
		- Inheritance
 - 
				EnumSettingEntry
 
- Implements
 
Constructors
| EnumSettingEntry(String, String) | 
		 Initializes a new instance of the EnumSettingEntry class.  | 
        	
Properties
| DisplayName | 
		 Gets the display name of the setting.  | 
        	
| Id | 
		 Gets the identifier of the setting.  | 
        	
Methods
| Equals(EnumSettingEntry) | 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.  |