CommonLocalizedPropertyResourcesAttribute Classe

Définition

Nom des ressources contenant des chaînes de catégorie, de nom et de description localisées

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public class CommonLocalizedPropertyResourcesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type CommonLocalizedPropertyResourcesAttribute = class
    inherit Attribute
Public Class CommonLocalizedPropertyResourcesAttribute
Inherits Attribute
Héritage
CommonLocalizedPropertyResourcesAttribute
Attributs

Constructeurs

Nom Description
CommonLocalizedPropertyResourcesAttribute(String, Boolean)

Constructor

CommonLocalizedPropertyResourcesAttribute(String)

Constructor

CommonLocalizedPropertyResourcesAttribute(Type)

Constructor

Propriétés

Nom Description
ResourcesName

Nom des ressources contenant la catégorie de propriété localisée et les chaînes de nom

UseDefaultKeys

Retourne true si les clés doivent être récupérées par défaut ou si elles doivent être récupérées en tant qu’attributs

S’applique à