ClientObjectCollection<T>.RetrieveItems 方法
返回指定的集合中的项目一起进行检索的数据的原型实例。此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Function RetrieveItems As ClientObjectPrototype(Of T)
用法
Dim instance As ClientObjectCollection
Dim returnValue As ClientObjectPrototype(Of T)
returnValue = instance.RetrieveItems()
public ClientObjectPrototype<T> RetrieveItems()
返回值
类型:Microsoft.SharePoint.Client.ClientObjectPrototype<T>
指定要检索的集合中的项目的数据的原型实例。