ClientObjectPrototype.RetrieveObject<PropertyType> 方法

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

命名空间:  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 RetrieveObject(Of PropertyType) ( _
    propertyName As String _
) As ClientObjectPrototype(Of PropertyType)
用法
Dim instance As ClientObjectPrototype
Dim propertyName As String
Dim returnValue As ClientObjectPrototype(Of PropertyType)

returnValue = instance.RetrieveObject(propertyName)
public ClientObjectPrototype<PropertyType> RetrieveObject<PropertyType>(
    string propertyName
)

类型参数

  • PropertyType
    属性类型。

参数

  • propertyName
    类型:System.String

    包含属性名称的字符串。

返回值

类型:Microsoft.SharePoint.Client.ClientObjectPrototype<PropertyType>
指定的ClientObject属性。

备注

此方法返回表示检索集的子项目的指定的ClientObjectCollection类原型。

另请参阅

引用

ClientObjectPrototype 类

ClientObjectPrototype 成员

Microsoft.SharePoint.Client 命名空间