LocalizedDescriptionAttribute Class

Definition

Represents the attribute that enables the localization of a property description. This class cannot be inherited.

public ref class LocalizedDescriptionAttribute sealed : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class LocalizedDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type LocalizedDescriptionAttribute = class
    inherit DescriptionAttribute
Public NotInheritable Class LocalizedDescriptionAttribute
Inherits DescriptionAttribute
Inheritance
LocalizedDescriptionAttribute
Attributes

Constructors

LocalizedDescriptionAttribute(Type, String)

Initializes a new instance of the LocalizedDescriptionAttribute class by using the provided type and ID.

Properties

Description

Gets the localized description of the property.

ResourceId

Gets the identifier for the resource that contains the description.

ResourceType

Gets the Type for the resource file.

Applies to