Sdílet prostřednictvím


LocalizablePropertyDescriptionAttribute Members

Include Protected Members
Include Inherited Members

Provides a localized property description for a property in the property grid. This class cannot be inherited.

The LocalizablePropertyDescriptionAttribute type exposes the following members.

Constructors

  Name Description
Public method LocalizablePropertyDescriptionAttribute(Type, String) Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from DescriptionAttribute.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from DescriptionAttribute.)
Public method GetLocalizedValue() Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute.
Public method GetType() (Inherited from Object.)
Public method IsDefaultAttribute() (Inherited from DescriptionAttribute.)
Public method Match(Object) (Inherited from Attribute.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Description Gets the description associated with the property. (Overrides DescriptionAttribute.Description.)
Protected property DescriptionValue (Inherited from DescriptionAttribute.)
Public property TypeId (Inherited from Attribute.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount(UInt32%) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) (Inherited from Attribute.)

Top