次の方法で共有


SectionAttribute クラス

定義

リフレクション ベースの 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 では、この属性をメンバーに適用して新しいセクションを開始できます。

適用対象