Name

ExtenderProvidedPropertyAttribute

Synopsis

This is an internal class and should not be used in your own code.


public sealed class ExtenderProvidedPropertyAttribute : Attribute {

// Public Constructors

   public ExtenderProvidedPropertyAttribute();

// Public Instance Properties

   public PropertyDescriptor ExtenderProperty{get; }

   public IExtenderProvider Provider{get; }

   public Type ReceiverType{get; }

// Public Instance Methods

   public override bool Equals(object obj);  // overrides Attribute

   public override int GetHashCode();  // overrides Attribute

   public override bool IsDefaultAttribute();  // overrides Attribute

}

Hierarchy

System.Object System.Attribute ExtenderProvidedPropertyAttribute

Valid On

All

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.