SectionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リフレクション ベースの UI では、この属性をメンバーに適用して新しいセクションを開始できます。
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class SectionAttribute : Attribute
type SectionAttribute = class
inherit Attribute
- 継承
-
SectionAttribute
- 属性
注釈
[Preserve (AllMembers=true)] クラス設定 {
[セクション ("Account", "Your credentials")]
[Entry ("Enter your login name")] public string Login;
[Password ("Enter your password")] public string Password;
[セクション ("Image Selection")] public UIImage Top;public UIImage Middle;public UIImage Bottom;
}
コンストラクター
SectionAttribute() |
リフレクション ベースの UI では、この属性をメンバーに適用して新しいセクションを開始できます。 |
SectionAttribute(String) | |
SectionAttribute(String, String) |
リフレクション ベースの UI では、この属性をメンバーに適用して新しいセクションを開始できます。 |
フィールド
Caption |
リフレクション ベースの UI では、この属性をメンバーに適用して新しいセクションを開始できます。 |
Footer |
リフレクション ベースの UI では、この属性をメンバーに適用して新しいセクションを開始できます。 |