ClientObjectCollectionPrototype<ItemType>.RetrieveItems Method
Returns a collection prototype that represents the specified ClientObjectCollection. This member is reserved for internal use and is not intended to be used directly from your code.
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 Function RetrieveItems As ClientObjectPrototype(Of ItemType)
'Usage
Dim instance As ClientObjectCollectionPrototype
Dim returnValue As ClientObjectPrototype(Of ItemType)
returnValue = instance.RetrieveItems()
public ClientObjectPrototype<ItemType> RetrieveItems()
Return Value
Type: Microsoft.SharePoint.Client.ClientObjectPrototype<ItemType>
The collection prototype that represents the specified client object collection.
Remarks
This method retrieves all child items of the specified client object collection.
See Also
Reference
ClientObjectCollectionPrototype<ItemType> Class