Share via


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
Assembly:  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

ClientObjectCollectionPrototype<ItemType> members

Microsoft.SharePoint.Client namespace