ClientObjectPrototype.RetrieveCollectionObject<ItemType> 方法
返回表示指定的ClientObjectCollection属性集原型。此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: 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 RetrieveCollectionObject(Of ItemType) ( _
propertyName As String _
) As ClientObjectCollectionPrototype(Of ItemType)
用法
Dim instance As ClientObjectPrototype
Dim propertyName As String
Dim returnValue As ClientObjectCollectionPrototype(Of ItemType)
returnValue = instance.RetrieveCollectionObject(propertyName)
public ClientObjectCollectionPrototype<ItemType> RetrieveCollectionObject<ItemType>(
string propertyName
)
类型参数
- ItemType
集合中的项目类型。
参数
propertyName
类型:System.String包含属性名称的字符串。
返回值
类型:Microsoft.SharePoint.Client.ClientObjectCollectionPrototype<ItemType>
指定的ClientObjectCollection属性。此成员仅供内部使用,不能直接在您的代码中使用。
备注
此方法返回原型表示用于检索集的子项目的指定的ClientObjectCollection属性。