ListItemCollection Class

Represents a collection of ListItem objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<ListItem>
        Microsoft.SharePoint.Client.ListItemCollection

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.ListItemCollection", ServerTypeId := "{1722df25-a4d3-44bb-a1c6-04dbb90e9d91}")> _
Public Class ListItemCollection _
    Inherits ClientObjectCollection(Of ListItem)
'Usage
Dim instance As ListItemCollection
[ScriptTypeAttribute("SP.ListItemCollection", ServerTypeId = "{1722df25-a4d3-44bb-a1c6-04dbb90e9d91}")]
public class ListItemCollection : ClientObjectCollection<ListItem>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ListItemCollection Members

Microsoft.SharePoint.Client Namespace