LocalizedPropertyResourcesAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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
- Héritage
-
LocalizedPropertyResourcesAttribute
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| LocalizedPropertyResourcesAttribute(String, Boolean) |
Constructor |
| LocalizedPropertyResourcesAttribute(String) |
Constructor |
| LocalizedPropertyResourcesAttribute(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 |