SectionAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |