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.​SettingsBindableAttribute

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → SettingsBindableAttribute

Specifies when a component property can be bound to an application setting.

Fields and Constants

public static readonly SettingsBindableAttribute
No
Specifies that a property is not appropriate to bind settings to.
public static readonly SettingsBindableAttribute
Yes
Specifies that a property is appropriate to bind settings to.

Properties

public bool
Bindable
Gets a value indicating whether a property is appropriate to bind settings to.
public object
TypeId

Methods

public bool
Equals​(object obj)
Returns a value that indicates whether this instance is equal to a specified object.
Returns <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" /> .
obj An <see cref="T:System.Object" /> to compare with this instance or a null reference ( <see langword="Nothing" /> in Visual Basic).
public int
GetHashCode​()
Returns the hash code for this instance.
Returns A 32-bit signed integer hash code.
public bool
IsDefaultAttribute​()
Inherited from Attribute
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