Compartilhar via


TextView.ItemCount Propriedade

Definição

Obtém ou define o número de itens no controle. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

public:
 property int ItemCount { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int ItemCount { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ItemCount : int with get, set
Public Property ItemCount As Integer

Valor da propriedade

O número de itens no controle.

Atributos

Aplica-se a