LayoutAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica que o tipo de componente associado usa um layout 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
- Herança
-
LayoutAttribute
- Atributos
Construtores
LayoutAttribute(Type) |
Constrói uma instância de LayoutAttribute. |
Propriedades
LayoutType |
O tipo do layout. O tipo deve implementar IComponent e deve aceitar um parâmetro com o nome 'Corpo'. |