LocalizablePropertyDisplayNameAttribute 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 display name for a property.
public ref class LocalizablePropertyDisplayNameAttribute sealed : System::ComponentModel::DisplayNameAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyDisplayNameAttribute : System.ComponentModel.DisplayNameAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyDisplayNameAttribute = class
inherit DisplayNameAttribute
Public NotInheritable Class LocalizablePropertyDisplayNameAttribute
Inherits DisplayNameAttribute
- Inheritance
-
LocalizablePropertyDisplayNameAttribute
- Attributes
Constructors
| LocalizablePropertyDisplayNameAttribute(Type, String) |
Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name. |
Properties
| DisplayName |
Gets the display name of the LocalizablePropertyDisplayNameAttribute. |
Methods
| GetLocalizedValue() |
Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute. |