Share via


ArraySettingItemProperty.Boolean Class

Definition

Configuration of a boolean property of a Setting.ObjectArray.

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

Constructors

ArraySettingItemProperty.Boolean(String, String, Boolean)

Initializes a new instance of the ArraySettingItemProperty.Boolean 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)
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+Boolean)

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