EnumSettingEntry Class

Definition

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

Name Description
EnumSettingEntry(String, String)

Initializes a new instance of the EnumSettingEntry class.

Properties

Name Description
DisplayName

Gets the display name of the setting.

Id

Gets the identifier of the setting.

Methods

Name Description
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.

Applies to