SectionAttribute Classe

Definizione

Nelle interfacce utente basate su reflection questo attributo può essere applicato a un membro per avviare una nuova sezione.

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class SectionAttribute : Attribute
type SectionAttribute = class
    inherit Attribute
Ereditarietà
SectionAttribute
Attributi

Commenti

[Preserve (AllMembers=true)] class Settings {

[Sezione ("Account", "Credenziali")]

[Entry ("Enter your login name")] public string Login;

[Password ("Enter your password")] public string Password;

[Sezione ("Selezione immagine")] public UIImage Top; public UIImage Middle; public UIImage Bottom;

}

Costruttori

SectionAttribute()

Nelle interfacce utente basate su reflection questo attributo può essere applicato a un membro per avviare una nuova sezione.

SectionAttribute(String)
SectionAttribute(String, String)

Nelle interfacce utente basate su reflection questo attributo può essere applicato a un membro per avviare una nuova sezione.

Campi

Caption

Nelle interfacce utente basate su reflection questo attributo può essere applicato a un membro per avviare una nuova sezione.

Footer

Nelle interfacce utente basate su reflection questo attributo può essere applicato a un membro per avviare una nuova sezione.

Si applica a