DekGenius.com
[ Team LiB ] Previous Section Next Section

ExtenderProvidedPropertyAttribute

System.ComponentModel (system.dll)sealed class

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

    [ Team LiB ] Previous Section Next Section