LayoutAttribute 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.
Indique que le type de composant associé utilise une disposition spécifiée.
public ref class LayoutAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class LayoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type LayoutAttribute = class
inherit Attribute
Public NotInheritable Class LayoutAttribute
Inherits Attribute
- Héritage
-
LayoutAttribute
- Attributs
Constructeurs
LayoutAttribute(Type) |
Construit un instance de LayoutAttribute. |
Propriétés
LayoutType |
Type de la disposition. Le type doit implémenter IComponent et doit accepter un paramètre portant le nom « Body ». |