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

Assembly: System.ComponentModel.Primitives

Inheritance: object → Attribute → EditorAttribute

Specifies the editor to use to change a property. This class cannot be inherited.

Properties

public string
EditorBaseTypeName
Gets the name of the base class or interface serving as a lookup key for this editor.
public string
EditorTypeName
Gets the name of the editor class in the <see cref="P:System.Type.AssemblyQualifiedName" /> format.
public object
TypeId
Gets a unique ID for this attribute type.

Methods

public bool
Equals​(object obj)
Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.EditorAttribute" /> .
Returns <see langword="true" /> if the value of the given object is equal to that of the current object; otherwise, <see langword="false" /> .
obj The object to test the value equality of.
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