Share via


ArraySettingItemProperty.Decimal Class

Definition

Configuration of a decimal property of a Setting.ObjectArray.

[System.Runtime.Serialization.DataContract]
public sealed class ArraySettingItemProperty.Decimal : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty<decimal>, IEquatable<Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty.Decimal>
[<System.Runtime.Serialization.DataContract>]
type ArraySettingItemProperty.Decimal = class
    inherit ArraySettingItemProperty<decimal>
    interface IEquatable<ArraySettingItemProperty.Decimal>
Public NotInheritable Class ArraySettingItemProperty.Decimal
Inherits ArraySettingItemProperty(Of Decimal)
Implements IEquatable(Of ArraySettingItemProperty.Decimal)
Inheritance
Attributes
Implements

Constructors

ArraySettingItemProperty.Decimal(String, String, Decimal)

Initializes a new instance of the ArraySettingItemProperty.Decimal class.

Properties

DefaultValue

Gets the default value of the setting.

(Inherited from ArraySettingItemProperty<T>)
Description

Gets the verbose description of the property.

(Inherited from ArraySettingItemProperty)
DisplayName

Gets the display name of the property.

(Inherited from ArraySettingItemProperty)
EnabledWhen

Gets the rule that determines if this property is enabled in the UI.

(Inherited from ArraySettingItemProperty)
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 ArraySettingItemProperty)
HelpUri

Gets the URI of a help page.

(Inherited from ArraySettingItemProperty)
Id

Gets the identifier of the property.

(Inherited from ArraySettingItemProperty)
IsEditable

Gets a value indicating whether the property is editable in the UI. The default value of this property is true.

(Inherited from ArraySettingItemProperty)
Maximum

Gets the maximum allowed value.

Minimum

Gets the minimum allowed value.

SearchKeywords

Gets a list of keywords to associate with this property. When searching using the Visual Studio UI, words in DisplayName, Description, and SearchKeywords can be used to find a setting.

(Inherited from ArraySettingItemProperty)
Type

Gets type identifier of the property.

Methods

Equals(ArraySettingItemProperty) (Inherited from ArraySettingItemProperty)
Equals(ArraySettingItemProperty+Decimal)

Indicates whether the current object is equal to another object of the same type.

Equals(ArraySettingItemProperty<T>) (Inherited from ArraySettingItemProperty<T>)
Equals(Object) (Inherited from ArraySettingItemProperty<T>)
GetHashCode() (Inherited from ArraySettingItemProperty<T>)

Applies to