LocalizedPropertyResourcesAttribute 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.
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 |