LayoutAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられているコンポーネントの種類が指定したレイアウトを使用することを示します。
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' という名前のパラメーターを受け入れる必要があります。 |