TableSectionBase<T> 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
TableSectionBase<T>() |
Constrói uma nova instância TableSection com um título vazio. |
TableSectionBase<T>(String) |
Constrói uma nova instância TableSection com o |
TableSectionBase<T>()
Constrói uma nova instância TableSection com um título vazio.
protected TableSectionBase ();
Aplica-se a
TableSectionBase<T>(String)
Constrói uma nova instância TableSection com o title
especificado.
protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>
Parâmetros
- title
- System.String
O título da seção de tabela.