Section Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Section() |
Constrói uma Seção sem cabeçalho ou rodapés. |
Section(String) |
Constrói uma seção com o cabeçalho especificado |
Section(UIView) | |
Section(String, String) |
Constrói uma seção com um cabeçalho e um rodapé |
Section(UIView, UIView) |
Section()
Constrói uma Seção sem cabeçalho ou rodapés.
public Section ();
Aplica-se a
Section(String)
Constrói uma seção com o cabeçalho especificado
public Section (string caption);
new MonoTouch.Dialog.Section : string -> MonoTouch.Dialog.Section
Parâmetros
- caption
- String
O cabeçalho a ser exibido
Aplica-se a
Section(UIView)
public Section (UIKit.UIView header);
new MonoTouch.Dialog.Section : UIKit.UIView -> MonoTouch.Dialog.Section
Parâmetros
- header
- UIView
Aplica-se a
Section(String, String)
Constrói uma seção com um cabeçalho e um rodapé
public Section (string caption, string footer);
new MonoTouch.Dialog.Section : string * string -> MonoTouch.Dialog.Section
Parâmetros
- caption
- String
A legenda a ser exibida (ou nula para não exibir uma legenda)
- footer
- String
O rodapé a ser exibido.