ClientObjectCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class ClientObjectCollection<T> : Microsoft.SharePoint.Client.ClientObjectCollection, System.Collections.Generic.IEnumerable<T>, System.Linq.IQueryable<T>
type ClientObjectCollection<'T> = class
inherit ClientObjectCollection
interface IQueryable<'T>
interface seq<'T>
interface IQueryable
interface IEnumerable
Public MustInherit Class ClientObjectCollection(Of T)
Inherits ClientObjectCollection
Implements IEnumerable(Of T), IQueryable(Of T)
Type Parameters
- T
- Inheritance
- Derived
- Implements
-
IEnumerable<T> IQueryable<T>
Constructors
ClientObjectCollection<T>(ClientRuntimeContext, ObjectPath) |
Properties
AreItemsAvailable | (Inherited from ClientObjectCollection) |
Context | (Inherited from ClientObject) |
Count | (Inherited from ClientObjectCollection) |
Data | (Inherited from ClientObjectCollection) |
ElementType | |
Expression | |
Item[Int32] | |
ObjectData | (Inherited from ClientObject) |
ObjectVersion | (Inherited from ClientObject) |
Path | (Inherited from ClientObject) |
Provider | |
ServerObjectIsNull | (Inherited from ClientObject) |
Tag | (Inherited from ClientObject) |
TypedObject | (Inherited from ClientObject) |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from ClientObjectCollection) |
Extension Methods
Include<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[]) | |
IncludeWithDefaultProperties<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[]) |