LocalizablePropertyDescriptionAttribute Class

Definition

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.

Applies to