LocalizablePropertyDescriptionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a localized property description for a property in the property grid. This class cannot be inherited.
public ref class LocalizablePropertyDescriptionAttribute sealed : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute = class
inherit DescriptionAttribute
Public NotInheritable Class LocalizablePropertyDescriptionAttribute
Inherits DescriptionAttribute
- Inheritance
-
LocalizablePropertyDescriptionAttribute
- Attributes
Constructors
LocalizablePropertyDescriptionAttribute(Type, String) |
Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name. |
Properties
Description |
Gets the description associated with the property. |
Methods
GetLocalizedValue() |
Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute. |