LocalizedPropertyResourcesAttribute Clase

Definición

Nombre de los recursos que contienen cadenas de descripción, nombre y categoría de propiedad localizadas.

[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
Herencia
LocalizedPropertyResourcesAttribute
Atributos

Constructores

Nombre Description
LocalizedPropertyResourcesAttribute(String, Boolean)

Constructor

LocalizedPropertyResourcesAttribute(String)

Constructor

LocalizedPropertyResourcesAttribute(Type)

Constructor

Propiedades

Nombre Description
ResourcesName

Nombre de los recursos que contienen cadenas de nombre y categoría de propiedad localizadas

UseDefaultKeys

Devuelve true si las claves se deben recoger de forma predeterminada o si deben recuperarse como atributos.

Se aplica a