Поделиться через


Свойство List.ItemCount

Gets a value that specifies the number of list items in the list.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property ItemCount As Integer
    Get
'Применение
Dim instance As List
Dim value As Integer

value = instance.ItemCount
public int ItemCount { get; }

Значение свойства

Тип: System.Int32
Returns a Int32 instance representing the number of list items in the list.

Замечания

It must be greater than or equal to zero.

См. также

Справочные материалы

List класс

Элементы List

Пространство имен Microsoft.SharePoint.Client