LocalizedPropertyResourcesAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |