ClientObjectCollectionPrototype<ItemType>.RetrieveItems método
Retorna um protótipo coleção que representa o especificado 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Function RetrieveItems As ClientObjectPrototype(Of ItemType)
'Uso
Dim instance As ClientObjectCollectionPrototype
Dim returnValue As ClientObjectPrototype(Of ItemType)
returnValue = instance.RetrieveItems()
public ClientObjectPrototype<ItemType> RetrieveItems()
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientObjectPrototype<ItemType>
O protótipo coleção que representa a coleção de objeto do cliente especificado.
Comentários
Este método recupera todos os itens filho da coleção de objeto cliente especificado.
Ver também
Referência
ClientObjectCollectionPrototype<ItemType> classe