LayoutAttribute クラス

定義

関連付けられているコンポーネントの種類が指定したレイアウトを使用することを示します。

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
継承
LayoutAttribute
属性

コンストラクター

LayoutAttribute(Type)

のインスタンス LayoutAttributeを構築します。

プロパティ

LayoutType

レイアウトの種類。 型は を実装 IComponent する必要があり、'Body' という名前のパラメーターを受け入れる必要があります。

適用対象