BaseLocalizableAttribute 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.
Represents a base localizable attribute.
public ref class BaseLocalizableAttribute : Attribute
public class BaseLocalizableAttribute : Attribute
type BaseLocalizableAttribute = class
inherit Attribute
Public Class BaseLocalizableAttribute
Inherits Attribute
- Inheritance
-
BaseLocalizableAttribute
Constructors
BaseLocalizableAttribute(Type, String) |
Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name. |
Properties
PropertyName |
Gets the property name of the attribute. |
Type |
Gets the type of the attribute. |
Methods
GetLocalizedValue() |
Gets the localized value of the attribute. |