Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​RecommendedAsConfigurableAttribute

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → RecommendedAsConfigurableAttribute

Specifies that the property can be used as an application setting.

Fields and Constants

public static readonly RecommendedAsConfigurableAttribute
Default
Specifies the default value for the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> , which is <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" /> . This <see langword="static" /> field is read-only.
public static readonly RecommendedAsConfigurableAttribute
No
Specifies that a property cannot be used as an application setting. This <see langword="static" /> field is read-only.
public static readonly RecommendedAsConfigurableAttribute
Yes
Specifies that a property can be used as an application setting. This <see langword="static" /> field is read-only.

Properties

public bool
RecommendedAsConfigurable
Gets a value indicating whether the property this attribute is bound to can be used as an application setting.
public object
TypeId

Methods

public bool
Equals​(object obj)
Indicates whether this instance and a specified object are equal.
Returns <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" /> .
obj Another object to compare to.
public int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> .
public bool
IsDefaultAttribute​()
Indicates whether the value of this instance is the default value for the class.
Returns <see langword="true" /> if this instance is the default attribute for the class; otherwise, <see langword="false" /> .
public bool
Match​(object obj)
Inherited from Attribute
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object