List.ItemCount 屬性
取得值,指定清單中的清單項目數。
命名空間: 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
傳回代表數字清單中的清單項目的Int32執行個體。
備註
它必須大於或等於零。