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>
指定要擷取的項目集合中的資料原型執行個體。