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

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → ExtenderProvidedPropertyAttribute

Specifies a property that is offered by an extender provider. This class cannot be inherited.

Properties

ExtenderProperty
Gets the property that is being provided.
Provider
Gets the extender provider that is providing the property.
public Type
ReceiverType
Gets the type of object that can receive the property.
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​()
Provides an indication whether the value of this instance is the default value for the derived 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