Compartilhar via


TableSectionBase Construtores

Definição

Sobrecargas

TableSectionBase()

Cria um novo objeto TableSectionBase com valores padrão.

TableSectionBase(String)

Cria um novo objeto TableSectionBase com o title especificado.

TableSectionBase()

Cria um novo objeto TableSectionBase com valores padrão.

protected TableSectionBase ();

Aplica-se a

TableSectionBase(String)

Cria um novo objeto TableSectionBase com o title especificado.

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase : string -> Xamarin.Forms.TableSectionBase

Parâmetros

title
System.String

O título da seção de tabela.

Aplica-se a