ClientObjectCollection<T> Class
Provides a base class for a generic collection of ClientObject objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<T>
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public MustInherit Class ClientObjectCollection(Of T) _
Inherits ClientObjectCollection _
Implements IQueryable(Of T), IEnumerable(Of T), _
IQueryable, IEnumerable
'Usage
Dim instance As ClientObjectCollection(Of T)
public abstract class ClientObjectCollection<T> : ClientObjectCollection,
IQueryable<T>, IEnumerable<T>, IQueryable, IEnumerable
Type Parameters
- T
A ClientObject object or one of its derived types.
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
ClientObjectCollection<T> Members
Microsoft.SharePoint.Client Namespace
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<T>
Microsoft.SharePoint.Client.ChangeCollection
Microsoft.SharePoint.Client.ContentTypeCollection
Microsoft.SharePoint.Client.FeatureCollection
Microsoft.SharePoint.Client.FieldCollection
Microsoft.SharePoint.Client.FieldLinkCollection
Microsoft.SharePoint.Client.FileCollection
Microsoft.SharePoint.Client.FileVersionCollection
Microsoft.SharePoint.Client.FolderCollection
Microsoft.SharePoint.Client.FormCollection
Microsoft.SharePoint.Client.GroupCollection
Microsoft.SharePoint.Client.ListCollection
Microsoft.SharePoint.Client.ListItemCollection
Microsoft.SharePoint.Client.ListTemplateCollection
Microsoft.SharePoint.Client.NavigationNodeCollection
Microsoft.SharePoint.Client.RecycleBinItemCollection
Microsoft.SharePoint.Client.RelatedFieldCollection
Microsoft.SharePoint.Client.RoleAssignmentCollection
Microsoft.SharePoint.Client.RoleDefinitionBindingCollection
Microsoft.SharePoint.Client.RoleDefinitionCollection
Microsoft.SharePoint.Client.UserCollection
Microsoft.SharePoint.Client.UserCustomActionCollection
Microsoft.SharePoint.Client.ViewCollection
Microsoft.SharePoint.Client.ViewFieldCollection
Microsoft.SharePoint.Client.WebCollection
Microsoft.SharePoint.Client.WebParts.WebPartDefinitionCollection
Microsoft.SharePoint.Client.WebTemplateCollection
Microsoft.SharePoint.Client.Workflow.WorkflowAssociationCollection
Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection