LocalizablePropertyCategoryAttribute 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.
Fournit une catégorie localisée pour une propriété. Cette classe ne peut pas être héritée.
public ref class LocalizablePropertyCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute = class
inherit CategoryAttribute
Public NotInheritable Class LocalizablePropertyCategoryAttribute
Inherits CategoryAttribute
- Héritage
-
LocalizablePropertyCategoryAttribute
- Attributs
Remarques
A CategoryAttribute
indique la catégorie à laquelle associer la propriété ou l’événement lors de la liste des propriétés ou des événements dans un System.Windows.Forms.PropertyGrid
contrôle défini sur Categorized
mode. Pour plus d’informations, consultez « CategoryAttribute Class » dans la bibliothèque de classes .NET Framework.
Constructeurs
LocalizablePropertyCategoryAttribute(Type, String) |
Initialise une nouvelle instance de la classe LocalizablePropertyCategoryAttribute à l’aide du type spécifié et du nom de propriété. |