LocalizedPropertyResourcesAttribute Class

Definition

The name of the resources containing localized property category, name, and description strings

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public class LocalizedPropertyResourcesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type LocalizedPropertyResourcesAttribute = class
    inherit Attribute
Public Class LocalizedPropertyResourcesAttribute
Inherits Attribute
Inheritance
LocalizedPropertyResourcesAttribute
Attributes

Constructors

LocalizedPropertyResourcesAttribute(String)

Constructor

LocalizedPropertyResourcesAttribute(String, Boolean)

Constructor

LocalizedPropertyResourcesAttribute(Type)

Constructor

Properties

ResourcesName

The name of the resources containing localized property category and name strings

UseDefaultKeys

Returns true if the keys should be picked up by defaults or if they should be retrieve as attributes

Applies to