Share via


ArraySettingItemProperty<T> Class

Definition

Configuration of a property of a Setting.ObjectArray.

[System.Runtime.Serialization.DataContract]
public abstract class ArraySettingItemProperty<T> : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty, IEquatable<Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty<T>>
[<System.Runtime.Serialization.DataContract>]
type ArraySettingItemProperty<'T> = class
    inherit ArraySettingItemProperty
    interface IEquatable<ArraySettingItemProperty<'T>>
Public MustInherit Class ArraySettingItemProperty(Of T)
Inherits ArraySettingItemProperty
Implements IEquatable(Of ArraySettingItemProperty(Of T))

Type Parameters

T

The value type of the setting.

Inheritance
ArraySettingItemProperty<T>
Derived
Attributes
Implements

Properties

DefaultValue

Gets the default value of the setting.

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)
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.

(Inherited from ArraySettingItemProperty)

Methods

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

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