ClientObjectCollectionPrototype<ItemType>.RetrieveItems 方法

返回表示指定的ClientObjectCollection集原型。此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)  Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)

语法

声明
Public Function RetrieveItems As ClientObjectPrototype(Of ItemType)
用法
Dim instance As ClientObjectCollectionPrototype
Dim returnValue As ClientObjectPrototype(Of ItemType)

returnValue = instance.RetrieveItems()
public ClientObjectPrototype<ItemType> RetrieveItems()

返回值

类型:Microsoft.SharePoint.Client.ClientObjectPrototype<ItemType>
集合原型表示指定的客户端对象集合。

备注

此方法检索指定的客户端对象集的所有子项。

另请参阅

引用

ClientObjectCollectionPrototype<ItemType> 类

ClientObjectCollectionPrototype<ItemType> 成员

Microsoft.SharePoint.Client 命名空间