LayoutAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica che il tipo di componente associato utilizza un layout specificato.
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
- Ereditarietà
-
LayoutAttribute
- Attributi
Costruttori
LayoutAttribute(Type) |
Costruisce un'istanza di LayoutAttribute. |
Proprietà
LayoutType |
Tipo del layout. Il tipo deve implementare IComponent e deve accettare un parametro con il nome 'Body'. |