DataListItemCollection.Count Propriedade

Definição

Obtém o número de objetos DataListItem na coleção.Gets the number of DataListItem objects in the collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Valor da propriedade

Int32

O número de objetos DataListItem na coleção.The number of DataListItem objects in the collection.

Implementações

Comentários

Use a Count propriedade para determinar o número de DataListItem objetos na DataListItemCollection coleção.Use the Count property to determine the number of DataListItem objects in the DataListItemCollection collection. A Count propriedade é comumente usada ao iterar pela coleção para determinar o limite superior da coleção.The Count property is commonly used when iterating through the collection to determine the upper bound of the collection.

Aplica-se a

Confira também