ClientObjectCollection<T>.RetrieveItems method
Returns a prototype instance for specifying the data to be retrieved for items in the collection. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function RetrieveItems As ClientObjectPrototype(Of T)
'Usage
Dim instance As ClientObjectCollection
Dim returnValue As ClientObjectPrototype(Of T)
returnValue = instance.RetrieveItems()
public ClientObjectPrototype<T> RetrieveItems()
Return value
Type: Microsoft.SharePoint.Client.ClientObjectPrototype<T>
A prototype instance for specifying the data to be retrieved for items in the collection.
See also
Reference
ClientObjectCollection<T> class