LayoutAttribute 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í.
Indica que el tipo de componente asociado usa un diseño especificado.
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
- Herencia
-
LayoutAttribute
- Atributos
Constructores
LayoutAttribute(Type) |
Construye una instancia de LayoutAttribute. |
Propiedades
LayoutType |
Tipo del diseño. El tipo debe implementar IComponent y debe aceptar un parámetro con el nombre "Body". |