Setting.Enum 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 VisualStudio.Extensibility setting.
[System.Runtime.Serialization.DataContract]
public sealed class Setting.Enum : Microsoft.VisualStudio.Extensibility.Settings.SimpleSetting<string>, IEquatable<Microsoft.VisualStudio.Extensibility.Settings.Setting.Enum>
[<System.Runtime.Serialization.DataContract>]
type Setting.Enum = class
inherit SimpleSetting<string>
interface IEquatable<Setting.Enum>
Public NotInheritable Class Setting.Enum
Inherits SimpleSetting(Of String)
Implements IEquatable(Of Setting.Enum)
- Inheritance
- Attributes
- Implements
Constructors
Setting.Enum(String, String, SettingCategory, EnumSettingEntry[], String) |
Initializes a new instance of the Setting.Enum class. |
Properties
DefaultValue |
Gets the default value of the setting. (Inherited from Setting<T>) |
Description |
Gets the verbose description of the setting. (Inherited from Setting) |
DisplayName |
Gets the display name of the setting. (Inherited from Setting) |
EnabledWhen |
Gets the rule that determines if this setting is enabled in the UI. (Inherited from Setting) |
EnumDisplayNames |
Gets the display names of the allowed values for the enumeration. |
EnumIds |
Gets the identifiers of the allowed values for the enumeration. |
EnvironmentVariableDefault |
Gets the environment variable from which the default value is parsed. If it is not defined or cannot be parsed, the value specified in DefaultValue is used instead. (Inherited from Setting) |
FullId |
Gets the full id of the setting. (Inherited from Setting<T>) |
HelpUri |
Gets the URI of a help page. (Inherited from Setting) |
Id |
Gets the identifier of the setting. (Inherited from Setting) |
ParentCategory |
Gets the parent category. (Inherited from Setting) |
SearchKeywords |
Gets a list of keywords to associate with this setting. When searching using the Visual Studio UI, words in DisplayName, Description, and SearchKeywords can be used to find a setting. (Inherited from Setting) |
Tags |
Gets a list of tags to associate with the registration. Used when filtering the settings window. (Inherited from Setting) |
Type |
Gets type identifier of the setting. |
UnsupportedMessage |
Gets the message to display if the setting is not supported. (Inherited from Setting) |
Values |
Gets the allowed values for the enumeration. |
VisibleWhen |
Gets the rule that determines if this setting is visible in the UI. (Inherited from Setting) |
Methods
Equals(Object) | (Inherited from Setting<T>) |
Equals(Setting) | (Inherited from Setting) |
Equals(Setting+Enum) | Indicates whether the current object is equal to another object of the same type. |
Equals(Setting<T>) | (Inherited from Setting<T>) |
Equals(SimpleSetting<T>) | (Inherited from SimpleSetting<T>) |
GetHashCode() | (Inherited from Setting<T>) |